Functions Documentation
View Function Edit Function
Name shpGetGlobalData_deprecated
Syntax (shpGetGlobalData_deprecated number string)
Argument List number: The UNID of the ship you want the data from.
string: The name of the data you want.
Returns The data named by the string from the ships class. All ship in the same class share the same global data. Returns Nil if there is no data as named by the string.
Category data, ship, 0.98
Description Returns the data named by the string for the ships class.
Example
Comment Basically the same as objGetGlobalData except you are using an UNID instead of a space object.
DEPRECATED: Use typGetGlobalData instead