Преглед изворни кода

Fix description about SceneTreeTimer auto free

Haoyu Qiu пре 3 година
родитељ
комит
5a011f5999
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/SceneTreeTimer.xml

+ 1 - 1
doc/classes/SceneTreeTimer.xml

@@ -22,7 +22,7 @@
 		}
 		[/csharp]
 		[/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>
 	<tutorials>
 	</tutorials>