animate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|A]]
[[Category:Scripting Commands ArmA|A]]


back to [[Scripting_Reference#A|COMREF]]


<h2 style="color:#000066">'''''object'' animate [''animation'', ''phase'']'''</h2>
<h2 style="color:#000066">'''''object'' animate [''animation'', ''phase'']'''</h2>

Revision as of 12:29, 23 April 2006


object animate [animation, phase]


Operand types:

object: Object

[animation, phase]: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.75

Description:

Process animation on object.

Animation is defined in config file.

Wanted animation phase is set to phase.


Example:

house animate ["doors1", 1]