Setarray: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) No edit summary |
Doom64hunter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''setarray''' <[[gamearray]]>[<index>] <[[gamevar]]> | '''setarray''' <[[gamearray]]>[<index>] <[[gamevar]] | constant> | ||
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]]> or the provided constant value. This is the only way to modify a [[gamearray]] without overwriting it completely. | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Gamearray manipulation]] | [[Category:Gamearray manipulation]] |