Difference between revisions of "LOAD ADDITIONAL TEXT"

From GTAMods Wiki
Jump to navigation Jump to search
(function description)
 
(No difference)

Latest revision as of 16:31, 9 January 2015

LOAD_ADDITIONAL_TEXT
Number of parameters: 2
Parameter #TypeDescription
1.char pointerthe name of a table in a gxt file
2.unsigned intunknown
Return value:
TypeDescription
None


Description

This function loads a table from a GXT file. You have to call this function with a valid GXT table before displaying one of its entries.

While some resources have functions dedicated to un-loading them (such as MARK_MODEL_AS_NO_LONGER_NEEDED for models) GXT tables do not.