mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #81426 from Rubonnek/expose-inspector-methods
[3.x] Expose `EditorInspector::get_edited_object` to GDScript
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user