Преглед на файлове

Document the return value of `EditorInspectorPlugin.parse_property`

Andrii Doroshenko (Xrayez) преди 5 години
родител
ревизия
06933f5d80
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
 			<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>
 		</method>
 	</methods>