Resizearray: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with ''''resizearray''' <array name> <new size> Changes the size of a previously defined gamearray during events, states or actors.'
 
No edit summary
 
Line 1: Line 1:
'''resizearray''' <array name> <new size>
'''resizearray''' <array name> <new size>


Changes the size of a previously defined [[gamearray]] during events, states or actors.
Changes the size of a previously defined [[gamearray]].
 
[[Category:EDuke32 specific commands]]
[[Category:Gamearray manipulation]]

Latest revision as of 21:36, 2 December 2012

resizearray <array name> <new size>

Changes the size of a previously defined gamearray.