classref: Sync with current master branch (4c3dc26)

This commit is contained in:
Godot Organization
2023-09-28 11:42:41 +00:00
parent 5f8512fc20
commit ec62d34434
75 changed files with 2739 additions and 3244 deletions

View File

@@ -51,6 +51,8 @@ Methods
.. table::
:widths: auto
+-----------------------------+----------------------------------------------------------------------------------------------+
| :ref:`Object<class_Object>` | :ref:`get_edited_object<class_EditorInspector_method_get_edited_object>` **(** **)** |
+-----------------------------+----------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`get_selected_path<class_EditorInspector_method_get_selected_path>` **(** **)** |const| |
+-----------------------------+----------------------------------------------------------------------------------------------+
@@ -179,6 +181,18 @@ Emitted when a property that requires a restart to be applied is edited in the i
Method Descriptions
-------------------
.. _class_EditorInspector_method_get_edited_object:
.. rst-class:: classref-method
:ref:`Object<class_Object>` **get_edited_object** **(** **)**
Returns the object currently selected in this inspector.
.. rst-class:: classref-item-separator
----
.. _class_EditorInspector_method_get_selected_path:
.. rst-class:: classref-method