Functions Documentation
View Function Edit Function
Name objGetGlobalData
Syntax (objGetGlobalData spaceObject string)
Argument List spaceObject: The space object belonging to the class you want the data from.
string: The name of the data you want.
Returns The data named by the string from the space objects class. All space objects in the same class share the same global data. Returns Nil if there is no data as named by the string.
Category spaceobject, data
Description Returns the data named by the string for the space objects class.
Example
Comment Basically the same as objGetData except all space object in the same class share the same data.