Gamearray

From EDukeWiki
Revision as of 17:40, 11 May 2008 by Dr. Kylstien (talk | contribs) (Fixed an inacurracy about reading from arrays.)
Jump to navigation Jump to search

gamearray <name> <size>

Defines a gamearray. Values in the array are accessed as <name>[<index>] with any command that reads from gamevars. Values can only be set with setarray.