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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue