Browse Source

Merge pull request #35566 from Xrayez/doc-parse-property-return

Document the return value of `EditorInspectorPlugin.parse_property`
Rémi Verschelde 5 years ago
parent
commit
bd605a5701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/EditorInspectorPlugin.xml

+ 1 - 1
doc/classes/EditorInspectorPlugin.xml

@@ -100,7 +100,7 @@
 			<argument index="5" name="usage" type="int">
 			<argument index="5" name="usage" type="int">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				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.
 			</description>
 			</description>
 		</method>
 		</method>
 	</methods>
 	</methods>