ctrlAnimationPhaseModel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3
|1.84|Game Version (number surrounded by NO SPACES)=
|1.84


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


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


| control '''ctrlAnimationPhaseModel''' source |SYNTAX=
| control '''ctrlAnimationPhaseModel''' source


|p1= control : [[Control]] - 3D control|PARAMETER1=
|p1= control : [[Control]] - 3D control


|p2= source: [[String]] |PARAMETER2=
|p2= source: [[String]]


| [[Number]] |RETURNVALUE=
| [[Number]]




|x1= <code>_phase = _control3D [[ctrlAnimationPhaseModel]] "Close";</code>|EXAMPLE1=
|x1= <code>_phase = _control3D [[ctrlAnimationPhaseModel]] "Close";</code>




|  [[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]]
}}
}}



Revision as of 01:10, 18 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