actionKeysNames [action, maxKeys]

Operand types

[action, maxKeys]: String or Array

Type of returned value

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 class bin\config.bin.ControllerSchemes.

Used In

ArmA

Example

_list = actionKeysNames "ShowMap"

_list = actionKeysNames ["ShowMap", 1]
Search OFPEC COMREF