This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
playground:getgloballist [2021/01/16 01:38] – bluebolt | playground:getgloballist [2021/07/13 04:50] (current) – removed Karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <WRAP tabs> | ||
- | *[[playground: | ||
- | *[[playground: | ||
- | </ | ||
- | |||
- | < | ||
- | |||
- | ====== GetGlobalList ====== | ||
- | |||
- | GetGlobalList(< | ||
- | |||
- | ===== Description ===== | ||
- | |||
- | Returns an entry from the global list. The global list is a single list per mission. | ||
- | |||
- | ===== Examples ===== | ||
- | |||
- | <code 4rpl> | ||
- | GetGlobalList(42) ->data | ||
- | <-data 1 + ->data | ||
- | SetGlobalList(42 <-data) | ||
- | </ | ||
- | |||
- | < | ||
- | |||
- | ~~NOTOC~~ | ||