From 72014a7a2edd3664f146965c529c5b167e3a2a26 Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 7 Apr 2021 22:08:41 +0200 Subject: Expose edit_node() for editor plugins --- doc/classes/EditorSelection.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/EditorSelection.xml') 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 @@ 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]. -- cgit v1.2.3