actionKeysImages: 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|ACTIONKEYSIMAGES]]
[[Category:Scripting Commands ArmA|ACTIONKEYSIMAGES]]


<new command not populated>


<h2 style="color:#000066">''' actionKeysImages ''action or [action, maxKeys]'''''</h2>


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


'''Operand types:'''


'''Operand types:'''
'''action or [action, maxKeys]:''' [[String]] or [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Structured Text]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.01 required.


'''Description:'''
'''Description:'''
Returns a list of button images or 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:'''
text = '''actionKeysImages''' "ReloadMagazine"

Revision as of 16:19, 6 July 2006


actionKeysImages action or [action, maxKeys]


Operand types:

action or [action, maxKeys]: String or Array

Type of returned value:

Structured Text

Compatibility:

Version 2.01 required.

Description:

Returns a list of button images or 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:

text = actionKeysImages "ReloadMagazine"