Merge pull request #45394 from rcorre/timer-cleanup
Clarify that create_timer does not require cleanup.
This commit is contained in:
commit
babdffe174
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
yield(get_tree().create_timer(1.0), "timeout")
|
||||
print("end")
|
||||
[/codeblock]
|
||||
The timer will be automatically freed after its time elapses.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_frame" qualifiers="const">
|
||||
|
|
Loading…
Reference in a new issue