Setarray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Category
One (talk | contribs)
No edit summary
Line 1: Line 1:
setarray <[[gamearray]]>[<index>] <[[gamevar]]>
'''setarray''' <[[gamearray]]>[<index>] <[[gamevar]]>


Sets the value of <index> in <[[gamearray]]> to <[[gamevar]]>. This is the only way to modify a [[gamearray]].
Sets the value of <index> in <[[gamearray]]> to <[[gamevar]]>. This is the only way to modify a [[gamearray]].

Revision as of 13:24, 4 May 2009

setarray <gamearray>[<index>] <gamevar>

Sets the value of <index> in <gamearray> to <gamevar>. This is the only way to modify a gamearray.