Gamearray

From EDukeWiki
Revision as of 16:10, 11 May 2008 by Dr. Kylstien (talk | contribs) (This really needs a better treatment, but here is a basic explanation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gamearray <name> <size>

Defines an array. Values in the array are accessed as <array>[<index>] <gamevar>, which assigns the value of <index> from <array> to <gamevar>.