From 45a1c6f278559fad42d86e3d4a992070c5b14fd2 Mon Sep 17 00:00:00 2001 From: andriyDev Date: Wed, 16 Sep 2020 15:27:19 -0400 Subject: Added inspector_only option to inspect_object in EditorInterface. Updated docs to reflect change to inspect_object. --- doc/classes/EditorInterface.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 9da36b51f9..c7561449b9 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -125,8 +125,10 @@ + + - Shows the given property on the given [code]object[/code] in the editor's Inspector dock. + Shows the given property on the given [code]object[/code] in the editor's Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins will not attempt to edit [code]object[/code]. -- cgit v1.2.3