Setarray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
m Category
Line 2: Line 2:


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]].
[[Category:EDuke32 specific commands]]
[[Category:Gamevar manipulation]]

Revision as of 12:35, 17 May 2008

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

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