From 8c0f9b18d7381d2901fa95a30766db9c28d47f8d Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 5 Dec 2021 18:37:58 +0100 Subject: [PATCH] Document SceneTreeTimer being freed automatically when elapsed The note was present in the SceneTree `create_timer()` class documentation, but not in the SceneTreeTimer class documentation. --- doc/classes/SceneTreeTimer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/SceneTreeTimer.xml b/doc/classes/SceneTreeTimer.xml index b0509a322e4..80f0a54e70b 100644 --- a/doc/classes/SceneTreeTimer.xml +++ b/doc/classes/SceneTreeTimer.xml @@ -22,12 +22,13 @@ } [/csharp] [/codeblocks] + The timer will be automatically freed after its time elapses. - The time remaining. + The time remaining (in seconds).