Functions Documentation
View Function Edit Function
Name itmGetGlobalData
Syntax (itmGetGlobalData itemStruct string)
Argument List itemStruct : The item struct of the item that you want the data from.
string: The name of the data you want.
Returns The data named by the string from the item struct type. 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 item, data, 0.99
Description Returns the data named by the string for the item struct type.
Example
Comment Very helpful function for getting what data is stored in items.