Difference between revisions of "StartAnimation"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Redirected page to Global Command: startAnimation)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="toccolours mw-collapsible mw-collapsed" style="background: #f0f0f0; border: 1px dashed darkgrey" width="100%">
+
#REDIRECT [[Global Command: startAnimation]]
<b>Command History</b>
 
<div class="mw-collapsible-content">
 
Available since <span style="color:green">v3.7</span>
 
</div></div>
 
 
 
 
 
Allows you to play any animation; if the animation is already playing then the existing animation is returned!
 
 
 
 
 
Syntax:
 
<syntaxhighlight>
 
startAnimation(animation [, reverse])
 
</syntaxhighlight>
 
 
 
 
 
Example 1: basic start action method
 
<syntaxhighlight enclose="div">
 
-- n/a: will add later!
 
</syntaxhighlight>
 
 
 
 
 
 
 
<b><u>Arguments</u></b>
 
 
 
animation: link <br/>
 
The link to the animation to be started! ("path"|"object_id"|"animation_name")
 
 
 
Flags: none
 
 
 
Return: visionaireObject <br/>
 
The visionaire object representing the active animation!
 
{{i18n|StartAnimation}}
 

Latest revision as of 13:34, 19 May 2023