classref: Sync with latest 4.0-dev

This commit is contained in:
Rémi Verschelde
2021-11-15 12:28:38 +01:00
parent d6d97aaf5e
commit 30193215cf
829 changed files with 12891 additions and 7761 deletions

View File

@@ -1,6 +1,6 @@
:github_url: hide
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the EditorInterface.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
@@ -140,6 +140,8 @@ Edits the given :ref:`Resource<class_Resource>`.
Returns the main container of Godot editor's window. For example, you can use it to retrieve the size of the container and place your controls accordingly.
**Warning:** Removing and freeing this node will render the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_command_palette:
@@ -148,6 +150,8 @@ Returns the main container of Godot editor's window. For example, you can use it
Returns the editor's :ref:`EditorCommandPalette<class_EditorCommandPalette>` instance.
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_current_path:
@@ -174,6 +178,8 @@ Returns the main editor control. Use this as a parent for main screens.
**Note:** This returns the main editor control containing the whole editor, not the 2D or 3D viewports specifically.
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_editor_paths:
@@ -206,6 +212,8 @@ Returns the editor's :ref:`EditorSettings<class_EditorSettings>` instance.
Returns the editor's :ref:`FileSystemDock<class_FileSystemDock>` instance.
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_inspector:
@@ -214,6 +222,8 @@ Returns the editor's :ref:`FileSystemDock<class_FileSystemDock>` instance.
Returns the editor's :ref:`EditorInspector<class_EditorInspector>` instance.
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_open_scenes:
@@ -254,6 +264,8 @@ Returns the editor's :ref:`EditorResourcePreview<class_EditorResourcePreview>` i
Returns the editor's :ref:`ScriptEditor<class_ScriptEditor>` instance.
**Warning:** Removing and freeing this node will render a part of the editor useless and may cause a crash.
----
.. _class_EditorInterface_method_get_selected_path: