Added inspector_only option to inspect_object in EditorInterface.

Updated docs to reflect change to inspect_object.
This commit is contained in:
andriyDev
2020-09-16 15:27:19 -04:00
parent 6ac7b90097
commit 45a1c6f278
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -125,8 +125,10 @@
</argument>
<argument index="1" name="for_property" type="String" default="&quot;&quot;">
</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">