resize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|RESIZE]]
[[Category:Scripting Commands|RESIZE]]
[[Category:Scripting Commands OFP 1.97|RESIZE]]
[[Category:Scripting Commands OFP 1.96|RESIZE]]
[[Category:Scripting Commands ArmA|RESIZE]]
[[Category:Scripting Commands ArmA|RESIZE]]



Revision as of 22:02, 1 June 2006


array resize count


Operand types:

array: Array

count: Number

Type of returned value:

Nothing

Compatibility:

Added in version 1.75

Description:

Change array size.

Can be used to add or remove elements from an array.


Example:

arrayOne resize 2