actionKeys: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">''' actionKeys ''action'''''</h2>


<h2 style="color:#000066">''''' actionKeys '''''</h2>


'''Operand types:'''


'''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"

Revision as of 16:15, 6 July 2006


actionKeys action


Operand types:

action: String

Type of returned value:

Array

Compatibility:

Version 2.01 required.

Description:

Returns a list of dikCodes of buttons assigned to the given user action.


Example:

array = actionKeys "ReloadMagazine"