mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync with current source
This commit is contained in:
@@ -744,16 +744,16 @@
|
||||
Emitted when the node enters the tree.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="tree_exiting">
|
||||
<description>
|
||||
Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="tree_exited">
|
||||
<description>
|
||||
Emitted after the node exits the tree and is no longer active.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="tree_exiting">
|
||||
<description>
|
||||
Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization.
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
<constant name="NOTIFICATION_ENTER_TREE" value="10">
|
||||
|
||||
Reference in New Issue
Block a user