actionKeysNamesArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatting)
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
Line 2: Line 2:


|game1= arma2oa
|game1= arma2oa
|version1= 1.51
|version1= 1.51


|game2= tkoh
|game2= tkoh
|version2= 1.00
|version2= 1.00


|game3= arma3
|game3= arma3
|version3= 0.50
|version3= 0.50



Revision as of 15:55, 3 May 2021

Hover & click on the images for description

Description

Description:
Returns a list of button names assigned to the given user action. You can find the action names in config class ControllerSchemes or user action names.
Groups:
Interaction

Syntax

Syntax:
actionKeysNamesArray userAction
Parameters:
userAction: String - Name of the action
Return Value:
Array - An array of Strings

Alternative Syntax

Syntax:
actionKeysNamesArray [userAction, maxKeys, inputDevicePriority]
Parameters:
userAction: String - Name of the action
maxKeys: Number - Maximum number of keys to return
inputDevicePriority: String - Result sorted by inputDevicePriority with values: Template:Since
  • "Mouse"
  • "Keyboard"
  • "Stick"
  • "Gamepad"
  • "Tracker"
  • "Combo" (mouse and keyboard combinations)
  • "Controler"sic (any controller other than mouse or keyboard)
Other values are considered as:
  • "Unsorted"
Return Value:
Array of Strings

Examples

Example 1:
_actionList = actionKeysNamesArray "ReloadMagazine";
Example 2:
_actionList = actionKeysNamesArray ["ReloadMagazine", 1];

Additional Information

See also:
actionKeysactionKeysImagesactionKeysNamesactionNameinputAction

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