Setarray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
No edit summary
Line 4: Line 4:


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Gamevar manipulation]]
[[Category:Gamearray manipulation]]

Revision as of 20:35, 2 December 2012

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

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