actionKeys: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|ACTIONKEYS]] | [[Category:Scripting Commands ArmA|ACTIONKEYS]] | ||
<h2 style="color:#000066">''' actionKeys ''action'''''</h2> | |||
'''Operand types:''' | |||
''' | '''action:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Array]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.01 required. | |||
'''Description:''' | '''Description:''' | ||
Returns a list of dikCodes of buttons assigned to the given user action. | |||
'''Example:''' | '''Example:''' | ||
array = '''actionKeys''' "ReloadMagazine" |