From 0e674d74f2216bcfadec25262cf2484b782f9bc8 Mon Sep 17 00:00:00 2001
From: arkology <43543909+arkology@users.noreply.github.com>
Date: Mon, 11 Nov 2024 06:34:03 +0000
Subject: [PATCH] [3.x] 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 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.