From c719398229f2577cc8b97f0436ec23e9ffcb5c84 Mon Sep 17 00:00:00 2001 From: Frederick Kramer Dal Pra <24514819+FrederickKDP@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:51:17 -0700 Subject: [PATCH] Editor_description documentation for 3.x Documentation for editor_description that was missing for 3.x . In master this issue was solved, even thought the property already existed in 3.x. The documentation is the same as for the master, just copied and pasted from that. --- doc/classes/Node.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 9013d2a4747b5..2a4c92586054b 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.