actionKeysImages: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\{\{cc\|([^ ]*)\}\}([^ ]*)<\/code>" to "<code>$1// $2$3</code>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
|descr= Returns a list of button images or names assigned to the given user action. | |descr= Returns a list of button images or names assigned to the given user action. | ||
A maximum of maxKeys keys is listed. | A maximum of ''maxKeys'' keys is listed. | ||
You can find the action names in config class | You can find the action names in the ControllerSchemes config class or [[:Category:Key Actions|user action names]]. | ||
|s1= [[actionKeysImages]] userAction | |s1= [[actionKeysImages]] userAction | ||
Line 39: | Line 39: | ||
|r2= [[Structured Text]] | |r2= [[Structured Text]] | ||
|x1= < | |x1= <sqf>_text = actionKeysImages "ReloadMagazine";</sqf> | ||
|x2= < | |x2= <sqf>_reload = actionKeysImages ["ReloadMagazine", 1] // returns "R" (including the quotation marks!)</sqf> | ||
|seealso= [[actionKeys]] [[actionKeysNames]] [[actionKeysNamesArray]] [[actionName]] [[inputAction]] | |seealso= [[actionKeys]] [[actionKeysNames]] [[actionKeysNamesArray]] [[actionName]] [[inputAction]] | ||
}} | }} |
Latest revision as of 23:13, 27 September 2024
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 the ControllerSchemes config class or user action names.
- Groups:
- Interaction
Syntax
- Syntax:
- actionKeysImages userAction
- Parameters:
- userAction: String
- Return Value:
- Structured Text
Alternative Syntax
- Syntax:
- actionKeysImages [userAction, maxKeys]
- Parameters:
- userAction: String
- maxKeys: Number
- Return Value:
- Structured Text
Examples
- Example 1:
- Example 2:
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Elite version 1.00
- Operation Flashpoint: Elite: New Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Interaction