Quellcode durchsuchen

Fix description about SceneTreeTimer auto free

Haoyu Qiu vor 3 Jahren
Ursprung
Commit
5a011f5999
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>