Fix description about SceneTreeTimer auto free
(cherry picked from commit 5a011f5999
)
This commit is contained in:
parent
dad7502b8a
commit
5569d4d2de
1 changed files with 1 additions and 1 deletions
|
@ -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, 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 [Reference].
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
Loading…
Reference in a new issue