playAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Some wiki formatting)
 
(31 intermediate revisions by 2 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 |Multiplayer Arguments=
|game3= tkoh
|version3= 1.00


|eff= global |Multiplayer Effects=
|game4= arma3
|version4= 0.50


|gr1= Unit Control |GROUP1=
|arg=local


|gr2= Animations |GROUP2=
|eff= global
____________________________________________________________________________________________


| When used on a person, a smooth transition to the given action will be initiated.
|gr1= Unit Control
<br>
For Arma 3 actions see: [[playAction/actions]].


|DESCRIPTION=
|gr2= Animations
____________________________________________________________________________________________


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


|p1= soldier: [[Object]] -  |PARAMETER1=
|s1= soldier [[playAction]] action


|p2= action: [[String]] -  |PARAMETER2=
|p1= soldier: [[Object]]


|p3= |PARAMETER3=  
|p2= action: [[String]]


| Nothing |RETURNVALUE=
|r1= [[Nothing]]


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


|x1= <code>soldierOne [[playAction]] "SitDown"</code>|EXAMPLE1=
|seealso= [[playActionNow]] [[switchAction]] [[playMove]] [[playMoveNow]] [[switchMove]]
 
____________________________________________________________________________________________
 
| [[playActionNow]], [[switchAction]], [[playMove]], [[playMoveNow]], [[switchMove]]|SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[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