From 4ae168eb040404a297b326e07c30c3871be923de Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 21 Jan 2023 22:49:06 +0100 Subject: Rework EditorPlugin editing logic --- doc/classes/EditorPlugin.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes') diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 370be8e9f3..326c4f6456 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -41,6 +41,7 @@ This function is used for plugins that edit specific object types (nodes or resources). It requests the editor to edit the given object. + [param object] can be [code]null[/code] if the plugin was editing an object, but there is no longer any selected object handled by this plugin. It can be used to cleanup editing state. -- cgit v1.2.3