ctrlAnimateModel: 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 7: Line 6:


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


| Process an animation of 3D [[Arma: GUI Configuration]]. Command uses name defined by source property and works similar like [[animateSource]] command. |DESCRIPTION=
| Process an animation of 3D [[Arma: GUI Configuration]]. Command uses name defined by source property and works similar like [[animateSource]] command. |DESCRIPTION=
____________________________________________________________________________________________


| control '''ctrlAnimateModel''' [source, phase]|SYNTAX=
| control '''ctrlAnimateModel''' [source, phase]|SYNTAX=
Line 28: Line 25:
|x2= <code>_ctrlLaptop [[ctrlAnimateModel]] ["Lid",1];</code>|EXAMPLE2=  
|x2= <code>_ctrlLaptop [[ctrlAnimateModel]] ["Lid",1];</code>|EXAMPLE2=  


____________________________________________________________________________________________


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 01:32, 17 January 2021

Hover & click on the images for description

Description

Description:
Process an animation of 3D Arma: GUI Configuration. Command uses name defined by source property and works similar like animateSource command.
Groups:
GUI Control - Object

Syntax

Syntax:
control ctrlAnimateModel [source, phase]
Parameters:
control : Control - 3D control
[source, phase]: Array
source: String - common source
phase: Number - wanted animation phase
Return Value:
Nothing

Examples

Example 1:
_control3D ctrlAnimateModel ["Close",1];
Example 2:
_ctrlLaptop ctrlAnimateModel ["Lid",1];

Additional Information

See also:
ctrlAnimationPhaseModelctrlCreatectrlDeletectrlModelctrlPositionctrlSetPositionctrlClassNamedisplayCtrlctrlModelScalectrlSetModelScalectrlModelDirAndUpctrlSetModelDirAndUp

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