From d000d3b101e670fb7387fcadfdca2ba758af293c Mon Sep 17 00:00:00 2001
From: arkology <43543909+arkology@users.noreply.github.com>
Date: Sat, 2 Nov 2024 21:56:16 +0300
Subject: [PATCH] Document Timer autostart in tool scripts
---
doc/classes/Timer.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml
index f8f9393847c..09f3dba8cf4 100644
--- a/doc/classes/Timer.xml
+++ b/doc/classes/Timer.xml
@@ -43,6 +43,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] This property does nothing when the timer is running in the editor.
If [code]true[/code], the timer will stop after reaching the end. Otherwise, as by default, the timer will automatically restart.