Skip to content

Commit

Permalink
Document Timer autostart in tool scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arkology committed Nov 3, 2024
1 parent c6c464c commit d000d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Timer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<member name="autostart" type="bool" setter="set_autostart" getter="has_autostart" default="false">
If [code]true[/code], the timer will start immediately when it enters the scene tree.
[b]Note:[/b] After the timer enters the tree, this property is automatically set to [code]false[/code].
[b]Note:[/b] This property does nothing when the timer is running in the editor.
</member>
<member name="one_shot" type="bool" setter="set_one_shot" getter="is_one_shot" default="false">
If [code]true[/code], the timer will stop after reaching the end. Otherwise, as by default, the timer will automatically restart.
Expand Down

0 comments on commit d000d3b

Please sign in to comment.