We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e9b22 commit 0e674d7Copy full SHA for 0e674d7
doc/classes/Timer.xml
@@ -37,6 +37,7 @@
37
<member name="autostart" type="bool" setter="set_autostart" getter="has_autostart" default="false">
38
If [code]true[/code], the timer will automatically start when entering the scene tree.
39
[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.
41
</member>
42
<member name="one_shot" type="bool" setter="set_one_shot" getter="is_one_shot" default="false">
43
If [code]true[/code], the timer will stop when reaching 0. If [code]false[/code], it will restart.
0 commit comments