diff options
Diffstat (limited to 'doc/classes/EditorInspector.xml')
| -rw-r--r-- | doc/classes/EditorInspector.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorInspector.xml b/doc/classes/EditorInspector.xml index d55c1847e4..cfdc172fd1 100644 --- a/doc/classes/EditorInspector.xml +++ b/doc/classes/EditorInspector.xml @@ -14,6 +14,12 @@ <tutorials> </tutorials> <methods> + <method name="get_edited_object"> + <return type="Object" /> + <description> + Returns the object currently selected in this inspector. + </description> + </method> <method name="get_selected_path" qualifiers="const"> <return type="String" /> <description> |
