resize: Difference between revisions

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





Revision as of 16:09, 4 May 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