From 336b9a27b7b0041eaeff9a5a332c7a996945515f Mon Sep 17 00:00:00 2001 From: "Septian Ganendra S. K." Date: Tue, 13 Aug 2024 20:04:49 +0700 Subject: [PATCH] Clarify `Timer.start()` documentation to match the current behavior. --- doc/classes/Timer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 9de1e09273a..f8f9393847c 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -28,7 +28,7 @@ - Starts the timer, if it was not started already. Fails if the timer is not inside the tree. If [param time_sec] is greater than [code]0[/code], this value is used for the [member wait_time]. + Starts the timer, or resets the timer if it was started already. Fails if the timer is not inside the tree. If [param time_sec] is greater than [code]0[/code], this value is used for the [member wait_time]. [b]Note:[/b] This method does not resume a paused timer. See [member paused].