From 06933f5d809c068eb7e756e26aedd98bc8bce3df Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Sun, 26 Jan 2020 02:03:17 +0200 Subject: [PATCH] Document the return value of `EditorInspectorPlugin.parse_property` --- doc/classes/EditorInspectorPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorInspectorPlugin.xml b/doc/classes/EditorInspectorPlugin.xml index 3d2af0545e..f91cdeda2d 100644 --- a/doc/classes/EditorInspectorPlugin.xml +++ b/doc/classes/EditorInspectorPlugin.xml @@ -100,7 +100,7 @@ - Called to allow adding property specific editors to the inspector. Usually these inherit [EditorProperty]. + Called to allow adding property specific editors to the inspector. Usually these inherit [EditorProperty]. Returning [code]true[/code] removes the built-in editor for this property, otherwise allows to insert a custom editor before the built-in one.