diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index f8f9393847c6..d8ab3f125334 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -42,7 +42,7 @@ 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] After the timer enters the tree, this property is automatically set to [code]false[/code]. If the timer will be the part of the scene currently opened in the editor (for example, adding and running timer from [code]@tool[/code] script), this property will not set to [code]false[/code] and the timer will not start immediately when it enters the scene tree. If [code]true[/code], the timer will stop after reaching the end. Otherwise, as by default, the timer will automatically restart.