doorPhase: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(Added animateSource and animationNames to see also)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[animate]], [[animationPhase]], [[setFaceAnimation]], [[animateDoor]], [[animationSourcePhase]] |= SEEALSO  
| [[animateDoor]], [[setFaceAnimation]], [[animate]], [[animationPhase]], [[animateSource]], [[animationSourcePhase]], [[animationNames]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 01:18, 5 June 2016

Hover & click on the images for description

Description

Description:
Return animation phase of door on vehicle.
Groups:
Uncategorised

Syntax

Syntax:
object doorPhase door
Parameters:
object: Object
door: String
Return Value:
Number

Examples

Example 1:
_phase = heli doorPhase "door_L";

Additional Information

See also:
animateDoorsetFaceAnimationanimateanimationPhaseanimateSourceanimationSourcePhaseanimationNames

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