ctrlAnimateModel: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) 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 00:32, 17 January 2021
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