Merge pull request #81426 from Rubonnek/expose-inspector-methods

[3.x] Expose `EditorInspector::get_edited_object` to GDScript
This commit is contained in:
Rémi Verschelde
2024-02-07 09:39:24 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,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="refresh">
<return type="void" />
<description>