fn vbs arrayUnShift (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.19
Description
- Description:
- Adds an element to the beginning of an array and returns the array. The input array is also modified by reference.
Syntax
- Syntax:
- [array,element] call fn_vbs_arrayUnShift
- Parameters:
- array: Array -
- element: Anything -
- Return Value:
- Array
Examples
- Example 1:
_array = [[6,7,8], 5] call fn_vbs_arrayUnShift
Additional Information
- Multiplayer:
- Behaviour unknown.

