⇐ Index
⇐ Tables
GetGlobalTable
GetGlobalTable(“key”) ->data
Description
Returns an entry from the global table. The global table is a single table per mission.
Examples
GetGlobalTable("Data") ->data
<-data 1 + ->data
SetGlobalTable("Data" <-data)
⇐ Index