From bf13410626b0085cf5cd11d4542bbcbb5bde1628 Mon Sep 17 00:00:00 2001 From: CowThing Date: Mon, 2 May 2016 11:10:31 -0400 Subject: Finished Timer Documentation Finished Timer Documentation --- doc/base/classes.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 774cea50fb..066e41ebff 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -38535,6 +38535,7 @@ This method controls whether the position between two cached points is interpola + A simple Timer node. Timer node. This is a simple node that will emit a timeout callback when the timer runs out. It can optionally be set to loop. @@ -38596,12 +38597,14 @@ This method controls whether the position between two cached points is interpola + Set whether the timer is active or not. An inactive timer will be paused until it is activated again. + Return if the timer is active or not. -- cgit v1.2.3 From abf5f8c586239d1fe6924e218b55182e9cb99e77 Mon Sep 17 00:00:00 2001 From: CowThing Date: Mon, 2 May 2016 12:16:59 -0400 Subject: Finished AnimationPlayer Documentation Finished AnimationPlayer Documentation --- doc/base/classes.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 @@ + Play a given animation by the animation name in reverse. + Stop the currently playing animation. @@ -2900,6 +2902,7 @@ + Used to skip ahead or skip back in an animation. Delta is the time in seconds to skip. @@ -2908,6 +2911,7 @@ + Notifies when an animation starts playing. -- cgit v1.2.3