summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorCowThing <cowthing@gmail.com>2016-05-02 12:16:59 -0400
committerCowThing <cowthing@gmail.com>2016-05-02 12:16:59 -0400
commitabf5f8c586239d1fe6924e218b55182e9cb99e77 (patch)
tree6324f2ba7aa7cc6f7512443ea90755301af60fc8 /doc/base
parentbf13410626b0085cf5cd11d4542bbcbb5bde1628 (diff)
Finished AnimationPlayer Documentation
Finished AnimationPlayer Documentation
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 066e41ebff..8dfa211d89 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -2735,12 +2735,14 @@
<argument index="1" name="custom_blend" type="float" default="-1">
</argument>
<description>
+ Play a given animation by the animation name in reverse.
</description>
</method>
<method name="stop">
<argument index="0" name="reset" type="bool" default="true">
</argument>
<description>
+ Stop the currently playing animation.
</description>
</method>
<method name="stop_all">
@@ -2900,6 +2902,7 @@
<argument index="0" name="delta" type="float">
</argument>
<description>
+ Used to skip ahead or skip back in an animation. Delta is the time in seconds to skip.
</description>
</method>
</methods>
@@ -2908,6 +2911,7 @@
<argument index="0" name="name" type="String">
</argument>
<description>
+ Notifies when an animation starts playing.
</description>
</signal>
<signal name="animation_changed">