actionKeysImages: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| | |game1= ofpe | ||
|version1= 1.00 | |||
|1.00 | |game2= arma1 | ||
|version2= 1.00 | |||
|game3= arma2 | |||
|version3= 1.00 | |||
|game4= arma2oa | |||
|version4= 1.50 | |||
|game5= tkoh | |||
|version5= 1.00 | |||
|game6= arma3 | |||
|version6= 0.50 | |||
|gr1= Interaction | |gr1= Interaction | ||
| 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 | |descr= 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 [[:Category:Key Actions|user action names]]. | |||
| | |s1= [[actionKeysImages]] userAction | ||
|p1= userAction: [[String]] | |p1= userAction: [[String]] | ||
| [[Structured Text]] | |r1= [[Structured Text]] | ||
|s2= [[ | |s2= [[actionKeysImages]] [userAction, maxKeys] | ||
|p21= | |p21= userAction: [[String]] | ||
|p22= | |p22= maxKeys: [[Number]] | ||
| | |r2= [[Structured Text]] | ||
| | |x1= <sqf>_text = actionKeysImages "ReloadMagazine";</sqf> | ||
|x2= <sqf>_reload = actionKeysImages ["ReloadMagazine", 1] // returns "R" (including the quotation marks!)</sqf> | |||
|x2= < | |||
|seealso= [[actionKeys]] | |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