Category:Gamearray manipulation

From EDukeWiki
Revision as of 21:35, 2 December 2012 by Hendricks266 (talk | contribs) (Created page with "'''gamearray''' <name> <size> A gamearray is a CON version of the array data type common in programming languages. The size parameter specif...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gamearray <name> <size>

A gamearray is a CON version of the array data type common in programming languages. The size parameter specifies how many values the array holds. Values in the array are accessed as <name>[<index>] with any command that reads from gamevars.

However, as of the May 16, 2008 snapshot, some commands may crash when used with a gamearray, so to be safe, use setvarvar to copy the value to a gamevar.

Values can only be set with setarray.

Pages in category "Gamearray manipulation"

The following 10 pages are in this category, out of 10 total.