playAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
m (fixed)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| When used on a person,a smooth transition to the given action will be initiated, but all previous playAction are discarded. |= Description
| When used on a person, a smooth transition to the given action will be initiated. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| soldier '''playAction'''Now action |= Syntax
| soldier '''playAction''' action |= Syntax


|p1= soldier: [[Object]] -  |= PARAMETER1  
|p1= soldier: [[Object]] -  |= PARAMETER1  
Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>soldierOne playAction "SitDown"</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 20:53, 10 June 2009

Hover & click on the images for description

Description

Description:
When used on a person, a smooth transition to the given action will be initiated.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
soldierOne playAction "SitDown"

Additional Information

See also:
See also needed

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