diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 10b6e2e22ff..f4f9e3c0d33 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -37,6 +37,7 @@ If [code]true[/code], the timer will automatically start when entering the scene tree. [b]Note:[/b] This property is automatically set to [code]false[/code] after the timer enters the scene tree and starts. + [b]Note:[/b] This property does nothing when the timer is running in the editor. If [code]true[/code], the timer will stop when reaching 0. If [code]false[/code], it will restart.