diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 774cea50fb3..066e41ebffc 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.