Ported: Fix description about SceneTreeTimer auto free - timothyqiu

5569d4d2de
This commit is contained in:
Relintai 2022-07-28 18:56:04 +02:00
parent 942b6d9938
commit 780ccf3342

View File

@ -12,7 +12,7 @@
yield(get_tree().create_timer(1.0), "timeout") yield(get_tree().create_timer(1.0), "timeout")
print("Timer ended.") print("Timer ended.")
[/codeblock] [/codeblock]
The timer will be automatically freed after its time elapses. The timer will be dereferenced after its time elapses. To preserve the timer, you can keep a reference to it. See [Reference].
</description> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>