diff options
author | andriyDev <andriydzikh@gmail.com> | 2020-09-16 15:27:19 -0400 |
---|---|---|
committer | andriyDev <andriydzikh@gmail.com> | 2020-09-23 13:56:44 -0400 |
commit | 45a1c6f278559fad42d86e3d4a992070c5b14fd2 (patch) | |
tree | ac04d262958465ea2fdaf6df16d0d2ba8d30f554 /doc | |
parent | 6ac7b90097bceaaaad7fef3c5eb6eb705929f640 (diff) |
Added inspector_only option to inspect_object in EditorInterface.
Updated docs to reflect change to inspect_object.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorInterface.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 9da36b51f9..c7561449b9 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -125,8 +125,10 @@ </argument> <argument index="1" name="for_property" type="String" default=""""> </argument> + <argument index="2" name="inspector_only" type="bool" default="false"> + </argument> <description> - Shows the given property on the given [code]object[/code] in the editor's Inspector dock. + Shows the given property on the given [code]object[/code] in the editor's Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins will not attempt to edit [code]object[/code]. </description> </method> <method name="is_playing_scene" qualifiers="const"> |