diff options
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r-- | doc/classes/Node.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 72d565da86..51d11104b6 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -744,14 +744,14 @@ Emitted when the node enters the tree. </description> </signal> - <signal name="tree_exiting"> + <signal name="tree_exited"> <description> - Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization. + Emitted after the node exits the tree and is no longer active. </description> </signal> - <signal name="tree_exited"> + <signal name="tree_exiting"> <description> - Emitted after the node exits the tree and is no longer active. + Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization. </description> </signal> </signals> |