Clarify when things with _IDLE and _PHYSICS enums will run
This commit is contained in:
parent
d7af287ce3
commit
01f887ee4f
9 changed files with 18 additions and 16 deletions
|
|
@ -83,6 +83,7 @@
|
|||
[/csharp]
|
||||
[/codeblocks]
|
||||
The timer will be automatically freed after its time elapses.
|
||||
[b]Note:[/b] The timer is processed after all of the nodes in the current frame, i.e. node's [method Node._process] method would be called before the timer (or [method Node._physics_process] if [param process_in_physics] is set to [code]true[/code]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_tween">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue