diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-01-26 02:03:17 +0200 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-01-26 02:04:33 +0200 |
commit | 06933f5d809c068eb7e756e26aedd98bc8bce3df (patch) | |
tree | abb79afab9d54e3f04366e7369cf3a7bcf0a2c19 /doc/classes/EditorInspectorPlugin.xml | |
parent | be1bc53d42577c02cbdf32fff5e2a60234e6270a (diff) |
Document the return value of `EditorInspectorPlugin.parse_property`
Diffstat (limited to 'doc/classes/EditorInspectorPlugin.xml')
-rw-r--r-- | doc/classes/EditorInspectorPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |