LOAD ADDITIONAL TEXT

From GTAMods Wiki
Jump to navigation Jump to search
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.