summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Node.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 42418b3e8d..7d76676854 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -845,6 +845,13 @@
Emitted when the node is renamed.
</description>
</signal>
+ <signal name="replacing_by">
+ <param index="0" name="node" type="Node" />
+ <description>
+ Emitted when this node is being replaced by the [param node], see [method replace_by].
+ This signal is emitted [i]after[/i] [param node] has been added as a child of the original parent node, but [i]before[/i] all original child nodes have been reparented to [param node].
+ </description>
+ </signal>
<signal name="tree_entered">
<description>
Emitted when the node enters the tree.