mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (c4f0062f1)
This commit is contained in:
@@ -41,7 +41,7 @@ As opposed to :ref:`Timer<class_Timer>`, it does not require the instantiation o
|
||||
|
||||
|
||||
|
||||
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 :ref:`RefCounted<class_RefCounted>`.
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user