actionName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Some wiki formatting)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns localized name of action. |DESCRIPTION=
| Returns localized name of action. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''actionName''' action |SYNTAX=
| [[actionName]] action |SYNTAX=


|p1= action: [[String]] |PARAMETER1=
|p1= action: [[String]] |PARAMETER1=


| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=
 
 
|x1= <code>actionName &quot;ReloadMagazine&quot;</code>|EXAMPLE1=  


|x1= <code>actionName "ReloadMagazine";</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma_3_Actions]], [[playAction]], [[playActionNow]] |SEEALSO=  
| [[inputAction/actions]], [[playAction]], [[playActionNow]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 35: Line 33:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 22:36, 20 July 2020

Hover & click on the images for description

Description

Description:
Returns localized name of action.
Groups:
Uncategorised

Syntax

Syntax:
actionName action
Parameters:
action: String
Return Value:
String

Examples

Example 1:
actionName "ReloadMagazine";

Additional Information

See also:
inputAction/actionsplayActionplayActionNow

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