diff options
author | CowThing <cowthing@gmail.com> | 2016-05-02 11:10:31 -0400 |
---|---|---|
committer | CowThing <cowthing@gmail.com> | 2016-05-02 11:10:31 -0400 |
commit | bf13410626b0085cf5cd11d4542bbcbb5bde1628 (patch) | |
tree | 32b00012b562bca90b040c282ad840d84db89e04 /doc/base | |
parent | 5bb7cef8367e77c70b9a1ad045741fb97b32ef9d (diff) |
Finished Timer Documentation
Finished Timer Documentation
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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 </class> <class name="Timer" inherits="Node" category="Core"> <brief_description> + A simple Timer node. </brief_description> <description> 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 <argument index="0" name="active" type="bool"> </argument> <description> + Set whether the timer is active or not. An inactive timer will be paused until it is activated again. </description> </method> <method name="is_active" qualifiers="const"> <return type="bool"> </return> <description> + Return if the timer is active or not. </description> </method> <method name="get_time_left" qualifiers="const"> |