playAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality added)
m (Some wiki formatting)
 
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
|version2= 1.50


|arg=local |= Arguments in MP
|game3= tkoh
|version3= 1.00


|eff= global |= Effects in MP
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| When used on a person, a smooth transition to the given action will be initiated.
|arg=local


[[ArmA: Actions]]<br/>
|eff= global
[[ArmA_2:_Actions]]<br/>
[[Operation_Flashpoint:_Actions_List]] |= Description
____________________________________________________________________________________________


| soldier '''playAction''' action |= Syntax
|gr1= Unit Control


|p1= soldier: [[Object]] -  |= PARAMETER1
|gr2= Animations


|p2= action: [[String]] -  |= PARAMETER2
|descr= When used on a person, a smooth transition to the given action will be initiated.<br>
For {{arma3}} actions see: [[playAction/actions]].


|p3= |= PARAMETER3
|s1= soldier [[playAction]] action


| Nothing |= RETURNVALUE
|p1= soldier: [[Object]]


|p2= action: [[String]]


|x1= <code>soldierOne [[playAction]] "SitDown"</code>|= EXAMPLE1
|r1= [[Nothing]]


____________________________________________________________________________________________
|x1= <sqf>soldierOne playAction "SitDown";</sqf>


| [[playActionNow]], [[playMove]], [[playMoveNow]], [[switchMove]], [[playGesture]] |= SEEALSO
|seealso= [[playActionNow]] [[switchAction]] [[playMove]] [[playMoveNow]] [[switchMove]]
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
Some other possible playactions:<br>
"walkf" - walk forward<br>
"walkb" - walk backwards<br>
"walkr" - strafe right<br>
"walkl" - strafe left<br>
"grabdrag" - initiate First Aid dragging animation<br>
"stopdrag" - stops First Aid dragging animation<br>
"reloadMagazine" - reloads the current magazine<br>
"gestureFreeze" - hand signal "Freeze"<br>
"GestureGo"<br>
"GestureCover"<br>
"GestureAttack"<br>
"GestureCeaseFire"<br>
"GestureFollow"<br>
"GestureUp"<br>
"GestureAdvance"<br>
"GesturePoint"<br><br>
Note that playAction works regardless of stance (rifle up, down, crouched, prone).
--[[User:Wolfrug|Wolfrug]] 09:40, 12 October 2010 (CEST)
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 06:46, 28 June 2023

Hover & click on the images for description

Description

Description:
When used on a person, a smooth transition to the given action will be initiated.
For Arma 3 actions see: playAction/actions.
Groups:
Unit ControlAnimations

Syntax

Syntax:
soldier playAction action
Parameters:
soldier: Object
action: String
Return Value:
Nothing

Examples

Example 1:
soldierOne playAction "SitDown";

Additional Information

See also:
playActionNow switchAction playMove playMoveNow switchMove

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