Functions Documentation
View Function Edit Function
Name staGetGlobalData_deprecated
Syntax (staGetGlobalData_deprecated number string)
Argument List number: The UNID of the station you want to get the data from.
string: The name of the data.
Returns data: Whatever the named global data in the station type contains.
Category data, station
Description Returns the data named by the string for the station type.
Example
(staGetGlobalData &stCSCEuropaWreck; "VaultCode")

Returns what is in the VaultCode in the CSC Europa.
Comment Basic data function allowing you to get global data with a UNID instead of a space object.
DEPRECATED: Use typGetGlobalData instead