Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-03-23 20:23:01 +01:00
parent 48615ece9e
commit 13bb7a651b
25 changed files with 746 additions and 481 deletions

View File

@@ -34,6 +34,8 @@ Methods
+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Control<class_Control>` | :ref:`get_editor_viewport<class_EditorInterface_method_get_editor_viewport>` **(** **)** |
+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`FileSystemDock<class_FileSystemDock>` | :ref:`get_file_system_dock<class_EditorInterface_method_get_file_system_dock>` **(** **)** |
+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`EditorInspector<class_EditorInspector>` | :ref:`get_inspector<class_EditorInterface_method_get_inspector>` **(** **)** const |
+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Array<class_Array>` | :ref:`get_open_scenes<class_EditorInterface_method_get_open_scenes>` **(** **)** const |
@@ -120,6 +122,12 @@ Returns the editor :ref:`Viewport<class_Viewport>`.
----
.. _class_EditorInterface_method_get_file_system_dock:
- :ref:`FileSystemDock<class_FileSystemDock>` **get_file_system_dock** **(** **)**
----
.. _class_EditorInterface_method_get_inspector:
- :ref:`EditorInspector<class_EditorInspector>` **get_inspector** **(** **)** const