actionKeys

From Bohemia Interactive Community
Revision as of 11:22, 19 March 2021 by R3vo (talk | contribs) (removed the notes since they were incorrect.)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns Array containing dikCodes of keys, buttons and combos assigned to the given user action. Action names could be found in config class ControllerSchemes or user action names or user profile, for example:
keyWatch[] = { 24 };

To retrieve the value, use the property name without 'key': actionKeys "Watch"; // 24

In addition, some of the actions are also listed in here: inputAction/actions
Groups:
Interaction

Syntax

Syntax:
actionKeys userAction
Parameters:
userAction: String
Return Value:
Array of Numbers

Examples

Example 1:
_array = actionKeys "ReloadMagazine"

Additional Information

See also:
actionKeysNamesactionKeysNamesArrayactionKeysImagesactionNameinputAction

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