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