⇐ Index ⇐ Lists
GetGlobalList(<-index) ->data
Returns an entry from the global list. The global list is a single list per mission.
GetGlobalList(42) ->data <-data 1 + ->data SetGlobalList(42 <-data)
⇐ Index