Browse Source

Merge pull request #61887 from timothyqiu/scene-tree-timer-free

Rémi Verschelde 3 years ago
parent
commit
569dcc718b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/SceneTreeTimer.xml

+ 1 - 1
doc/classes/SceneTreeTimer.xml

@@ -22,7 +22,7 @@
 		}
 		}
 		[/csharp]
 		[/csharp]
 		[/codeblocks]
 		[/codeblocks]
-		The timer will be automatically freed after its time elapses, so be aware that any reference you might have kept to it will become invalid.
+		The timer will be dereferenced after its time elapses. To preserve the timer, you can keep a reference to it. See [RefCounted].
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>