1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

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

Document the return value of `EditorInspectorPlugin.parse_property`
This commit is contained in:
Rémi Verschelde
2020-01-26 10:17:57 +01:00
committed by GitHub

View File

@@ -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>