Gamearray

From EDukeWiki
Revision as of 16:11, 11 May 2008 by Dr. Kylstien (talk | contribs)
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>.

See setarray.