Skip to content

Commit 9c92716

Browse files
authored
Merge pull request #99048 from arkology/3x_timer_tool_autostart
[3.x] Document Timer autostart in tool scripts
2 parents 5cef67e + 0e674d7 commit 9c92716

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)