Discuss this page on this page's Talk Page
See objGetStaticData at Xelerus
Syntax | (objGetStaticData spaceObject string) |
---|---|
Arguments | spaceObject: The space object of the type you want to get the static data from. |
string: The name of the static data. | |
Returns | data: The data from the xml named by the string from the space objects type. |
Category | data, spaceObject |
Description | Returns the data from the xml named by the string from whatever the space objects type is. |
Very useful function as you can store things in the xml before hand and get them in code.
TODO
Return to Functions list