Gamearray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
This really needs a better treatment, but here is a basic explanation.
(No difference)

Revision as of 16:10, 11 May 2008

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>.