actionKeysNamesArray
Jump to navigation
Jump to search
Description
- Description:
- Returns a list of button names assigned to the given user action. A maximum of maxKeys keys is listed. You can find the action names in config class ControllerSchemes or user action names.
- Groups:
- Uncategorised
Syntax
- Syntax:
- actionKeysNamesArray userAction
- Parameters:
- userAction: String - name of the action
- Return Value:
- Array of Strings
Alternative Syntax
- Syntax:
- actionKeysNamesArray [userAction, maxKeys]
- Parameters:
- [userAction, maxKeys]: Array
- userAction: String - name of the action
- maxKeys: Number - maximum number of listed keys
- Return Value:
- Array of Strings
Examples
- Example 1:
list = actionKeysNamesArray "ReloadMagazine";
- Example 2:
list = actionKeysNamesArray ["ReloadMagazine", 1];
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.51
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- ArmA 2 OA: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Take On Helicopters