This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:getgloballist [2021/01/16 01:32] – bluebolt | playground:getgloballist [2021/07/13 04:50] (current) – removed Karsten75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[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~~ | ||