diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 9013d2a4747b..2a4c92586054 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -781,6 +781,9 @@ Sets this node's name as a unique name in its [member owner]. This allows the node to be accessed as [code]%Name[/code] instead of the full path, from any node within that scene. If another node with the same owner already had that name declared as unique, that other node's name will no longer be set as having a unique name. + + An optional description to the node. It will be displayed as a tooltip when hovering over the node in the editor's Scene dock. + @@ -802,6 +805,12 @@ Emitted when the list of children is changed. This happens when child nodes are added, moved, or removed. + + + + Emitted when the node's editor description field changed. + + Emitted when the node is ready.