mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Document SceneTreeTimer being freed automatically when elapsed
The note was present in the SceneTree `create_timer()` class documentation, but not in the SceneTreeTimer class documentation.
This commit is contained in:
parent
49799ab454
commit
8c0f9b18d7
@ -22,12 +22,13 @@
|
||||
}
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
The timer will be automatically freed after its time elapses.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<members>
|
||||
<member name="time_left" type="float" setter="set_time_left" getter="get_time_left">
|
||||
The time remaining.
|
||||
The time remaining (in seconds).
|
||||
</member>
|
||||
</members>
|
||||
<signals>
|
||||
|
Loading…
Reference in New Issue
Block a user