actionKeysNames: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 45: Line 45:
[[Category:Scripting Commands OFP Elite |ACTIONKEYSNAMES]]
[[Category:Scripting Commands OFP Elite |ACTIONKEYSNAMES]]
[[Category:Scripting Commands ArmA|ACTIONKEYSNAMES]]
[[Category:Scripting Commands ArmA|ACTIONKEYSNAMES]]
[[Category:Command_Group:_Unknown]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]

Revision as of 22:23, 9 August 2006

-wrong parameter ("Arma") defined!-2.01
Hover & click on the images for description

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.
Groups:
Uncategorised

Syntax

Syntax:
actionKeysNames action
Parameters:
action: String
Return Value:
String

Alternative Syntax

Syntax:
actionKeysNames [action, maxKeys]
Parameters:
action: String
maxKeys: Integer
Return Value:
String

Examples

Example 1:
list = actionKeysNames "ReloadMagazine"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section