浏览代码

Finished Timer Documentation

Finished Timer Documentation
CowThing 9 年之前
父节点
当前提交
bf13410626
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      doc/base/classes.xml

+ 3 - 0
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">