Setarray: Difference between revisions
Dr. Kylstien (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) No edit summary |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
setarray <[[gamearray]]>[<index>] <[[gamevar]]> | '''setarray''' <[[gamearray]]>[<index>] <[[gamevar]] | constant> | ||
Sets | 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:Gamearray manipulation]] | |||