fn vbs selectRelative (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.22
Description
- Description:
- Selects an element from an array. Relative indices possible (e.g. if the index is -1 it will take the last element).
Syntax
- Syntax:
- [array, idx] call fn_vbs_selectRelative
- Parameters:
- array: Array -
- idx: Number
- Return Value:
- Anything
Examples
- Example 1:
_lastElement = [[2,3,4,9],-1] call fn_vbs_selectRelative
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- fn_vbs_subSelect

