summaryrefslogtreecommitdiff
path: root/doc/classes/EditorSelection.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-04-12 09:11:33 +0200
committerGitHub <noreply@github.com>2021-04-12 09:11:33 +0200
commit184abce1928e694bc884537cf0d5ef42333ba10d (patch)
treec96b5affd72249f938f2b0eba0d0d61d7a8371a2 /doc/classes/EditorSelection.xml
parent4a1f2dcb746af43dcebeb241276adfb5d99c1020 (diff)
parent72014a7a2edd3664f146965c529c5b167e3a2a26 (diff)
Merge pull request #47709 from KoBeWi/node_that_changes_everything
Expose edit_node() for editor plugins
Diffstat (limited to 'doc/classes/EditorSelection.xml')
-rw-r--r--doc/classes/EditorSelection.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorSelection.xml b/doc/classes/EditorSelection.xml
index 1ff9744b70..63e89750c3 100644
--- a/doc/classes/EditorSelection.xml
+++ b/doc/classes/EditorSelection.xml
@@ -17,6 +17,7 @@
</argument>
<description>
Adds a node to the selection.
+ [b]Note:[/b] The newly selected node will not be automatically edited in the inspector. If you want to edit a node, use [method EditorInterface.edit_node].
</description>
</method>
<method name="clear">