Gamearray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
This really needs a better treatment, but here is a basic explanation.
 
mNo edit summary
Line 2: Line 2:


Defines an array. Values in the array are accessed as <array>[<index>] <gamevar>, which assigns the value of <index> from <array> to <gamevar>.
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]].

Revision as of 16:11, 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>.

See setarray.