ctrlAnimationPhaseModel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 6: Line 5:


|gr1= GUI Control - Object |GROUP1=
|gr1= GUI Control - Object |GROUP1=
____________________________________________________________________________________________


| Returns current animation phase of given source. Similar to [[animationSourcePhase]].  |DESCRIPTION=
| Returns current animation phase of given source. Similar to [[animationSourcePhase]].  |DESCRIPTION=
____________________________________________________________________________________________


| control '''ctrlAnimationPhaseModel''' source |SYNTAX=
| control '''ctrlAnimationPhaseModel''' source |SYNTAX=
Line 22: Line 19:
|x1= <code>_phase = _control3D [[ctrlAnimationPhaseModel]] "Close";</code>|EXAMPLE1=  
|x1= <code>_phase = _control3D [[ctrlAnimationPhaseModel]] "Close";</code>|EXAMPLE1=  


____________________________________________________________________________________________


|  [[ctrlAnimateModel]], [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[displayCtrl]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]]  |SEEALSO=  
|  [[ctrlAnimateModel]], [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[displayCtrl]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]]  |SEEALSO=  

Revision as of 01:26, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns current animation phase of given source. Similar to animationSourcePhase.
Groups:
GUI Control - Object

Syntax

Syntax:
control ctrlAnimationPhaseModel source
Parameters:
control : Control - 3D control
source: String
Return Value:
Number

Examples

Example 1:
_phase = _control3D ctrlAnimationPhaseModel "Close";

Additional Information

See also:
ctrlAnimateModelctrlCreatectrlDeletectrlModelctrlPositionctrlSetPositionctrlClassNamedisplayCtrlctrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUp

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