actionKeysNames: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|ACTIONKEYSNAMES]] | [[Category:Scripting Commands ArmA|ACTIONKEYSNAMES]] | ||
<h2 style="color:#000066">''' actionKeysNames ''action or [action, maxKeys]'''''</h2> | |||
'''Operand types:''' | |||
''' | '''action or [action, maxKeys]:''' [[String]] or [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[String]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.01 required. | |||
'''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. | |||
'''Example:''' | '''Example:''' | ||
list = '''actionKeysNames''' "ReloadMagazine" |
Revision as of 15:23, 6 July 2006
actionKeysNames action or [action, maxKeys]
Operand types:
action or [action, maxKeys]: String or Array
Type of returned value:
Compatibility:
Version 2.01 required.
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.
Example:
list = actionKeysNames "ReloadMagazine"