animateDoor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[doorPhase]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 10:58, 17 June 2013

Hover & click on the images for description

Description

Description:
Process animation of door on vehicle. Animation is defined in config file. Wanted animation phase is set to phase.
Groups:
Uncategorised

Syntax

Syntax:
object animateDoor [doorname, phase, now]
Parameters:
object: Object
[doorname, phase, now]: Array
doorname: String
phase: Number
now: Boolean
Return Value:
Nothing

Examples

Example 1:
heli animateDoor ["doors1", 1, false]

Additional Information

See also:
doorPhase

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