Functions Documentation
View Function Edit Function
Name objGetStaticData
Syntax (objGetStaticData spaceObject string)
Argument List 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 spaceobject, data
Description Returns the data from the xml named by the string from whatever the space objects type is.
Example
Comment Very useful function due to you can store things in the xml before hand and get them in code.