From 39d7e984d428846e2fe5aa39e08fa2323ec32e8b Mon Sep 17 00:00:00 2001 From: Robert Shenton Date: Thu, 12 Jan 2023 15:08:36 +0200 Subject: [PATCH] Improve clarity surrounding Timer's time_left variable --- 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 d171797e800a..1b6c05284e62 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -48,7 +48,7 @@ The timer's remaining time in seconds. Returns 0 if the timer is inactive. - [b]Note:[/b] You cannot set this value. To change the timer's remaining time, use [method start]. + [b]Note:[/b] This value is read-only and cannot be set. It is based on [member wait_time], which can be set using [method start]. The wait time in seconds.