Skip to content

Commit 0e674d7

Browse files
committed
[3.x] Document Timer autostart in tool scripts
1 parent 12e9b22 commit 0e674d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/classes/Timer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<member name="autostart" type="bool" setter="set_autostart" getter="has_autostart" default="false">
3838
If [code]true[/code], the timer will automatically start when entering the scene tree.
3939
[b]Note:[/b] This property is automatically set to [code]false[/code] after the timer enters the scene tree and starts.
40+
[b]Note:[/b] This property does nothing when the timer is running in the editor.
4041
</member>
4142
<member name="one_shot" type="bool" setter="set_one_shot" getter="is_one_shot" default="false">
4243
If [code]true[/code], the timer will stop when reaching 0. If [code]false[/code], it will restart.

0 commit comments

Comments
 (0)