Gamearray: Difference between revisions
Jump to navigation
Jump to search
Dr. Kylstien (talk | contribs) This really needs a better treatment, but here is a basic explanation. |
Dr. Kylstien (talk | contribs) 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 15: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.