actionKeysNames (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.00
Description
- Description:
- Returns the key assignments for the specified action.
Syntax
- Syntax:
- actionKeysNames action
- Parameters:
- action: String - name of action
- Return Value:
- String - assigned key (or list of keys)
Examples
- Example 1:
_prone = actionKeysNames "Prone"
will return "Z"- Example 2:
_forward = actionKeysNames "MoveForward"
will return "UP" or "W"
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes
-
You can find a list of all available actions here. The list is for VBS2, so there are a few actions that are not available in Arma.
--General Barron 06:10, 3 June 2008 (CEST)

