mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +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")
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user