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:
Hugo Locurcio 2021-12-05 18:37:58 +01:00
parent 49799ab454
commit 8c0f9b18d7
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

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