Functions Documentation
View Function Edit Function
Name shpSetGlobalData_deprecated
Syntax (shpSetGlobalData_deprecated number string expression)
Argument List number: The UNID of the ship class you want to set the global data on.
string: The name of the global data.
expression: The data you want to store.
Returns condition: True if successful, Nil otherwise.
Category data, ship, 0.98
Description Sets the global data of a ship.
Example
(shpSetGlobalData &scCSCTerra; "antarctica" "betrayed")

Sets the global data of the CSC Terra named antarctica to betrayed.
Comment Basic data function allowing you to set global data with a UNID instead of a space object.
DEPRECATED: Use typSetGlobalData instead