actionKeysImages: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 104289 by warka on 2017-08-21T08:26:40Z)
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| 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 or [[:Category:Key Actions|user action names]]. |= Description
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| [[Structured Text]] <nowiki>=</nowiki> '''actionKeysImages''' userAction |= Syntax
|game4= arma2oa
|version4= 1.50


|p1= userAction: [[String]] |= Parameter 1
|game5= tkoh
|version5= 1.00


| [[Structured Text]] |= Return value
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50


|s2= [[Structured Text]] <nowiki>=</nowiki> '''actionKeysImages''' [userAction, maxKeys] |= Syntax
|gr1= Interaction


|p21= [userAction, maxKeys]: [[Array]] |= Parameter 2
|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 config class ControllerSchemes or [[:Category:Key Actions|user action names]].


|p22= userAction: [[String]] |= Parameter 2
|s1= [[actionKeysImages]] userAction


|p23= maxKeys: [[Number]] |= Parameter 3
|p1= userAction: [[String]]


|r2= [[Structured Text]] |= Return value
|r1= [[Structured Text]]
____________________________________________________________________________________________
 
|x1= <pre>_text = actionKeysImages "ReloadMagazine"</pre> |= Example 1
|x2= <pre>_reload = actionKeysImages ["ReloadMagazine",1]</pre>will return '''"R"''' (incl. the quotation marks!) |= Example 2
____________________________________________________________________________________________


| [[actionKeys]], [[actionKeysNames]], [[actionKeysNamesArray]], [[actionName]], [[inputAction]]  |= See also
|s2= [[actionKeysImages]] [userAction, maxKeys]


}}
|p21= userAction: [[String]]
 
|p22= maxKeys: [[Number]]


<h3 style="display:none">Notes</h3>
|r2= [[Structured Text]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_text = actionKeysImages "ReloadMagazine";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>_reload = actionKeysImages ["ReloadMagazine", 1] // will return "R" (incl. the quotation marks!)</sqf>


[[Category:Scripting Commands|ACTIONKEYSIMAGES]]
|seealso= [[actionKeys]] [[actionKeysNames]] [[actionKeysNamesArray]] [[actionName]] [[inputAction]]
[[Category:Scripting Commands OFP Elite |ACTIONKEYSIMAGES]]
}}
[[Category:Scripting Commands ArmA|ACTIONKEYSIMAGES]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:43, 28 June 2022

Hover & click on the images for description

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 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:
_text = actionKeysImages "ReloadMagazine";
Example 2:
_reload = actionKeysImages ["ReloadMagazine", 1] // will return "R" (incl. the quotation marks!)

Additional Information

See also:
actionKeys actionKeysNames actionKeysNamesArray actionName inputAction

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