mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Ported: Fix description about SceneTreeTimer auto free - timothyqiu
5569d4d2de
This commit is contained in:
parent
942b6d9938
commit
780ccf3342
@ -12,7 +12,7 @@
|
||||
yield(get_tree().create_timer(1.0), "timeout")
|
||||
print("Timer ended.")
|
||||
[/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>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
Loading…
Reference in New Issue
Block a user