Merge pull request from timothyqiu/scene-tree-timer-free

This commit is contained in:
Rémi Verschelde 2022-06-10 12:47:25 +02:00 committed by GitHub
commit 569dcc718b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>