diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-26 10:17:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 10:17:57 +0100 |
commit | bd605a5701b44295f1a04bd56da699cbc0affe12 (patch) | |
tree | edb6032980e97d2886a1396655c42ceb67618957 | |
parent | 6a5c8c867281fb3ed13cce1e7d9acf287161bc03 (diff) | |
parent | 06933f5d809c068eb7e756e26aedd98bc8bce3df (diff) |
Merge pull request #35566 from Xrayez/doc-parse-property-return
Document the return value of `EditorInspectorPlugin.parse_property`
-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> |