Index
Lists

SetGlobalList

SetGlobalList(<-index <-data)

Description

Sets an entry in the global list. The global list is a single list per mission.

Examples

GetGlobalList(42) ->data
<-data 1 + ->data
SetGlobalList(42 <-data)

Index