mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:03:02 +00:00
Fix description about SceneTreeTimer auto free
This commit is contained in:
parent
efcf0d88e4
commit
5a011f5999
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue