mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Sync classref with current source
This commit is contained in:
@@ -49,13 +49,13 @@ Note that the script is run in the Editor context, which means the output is vis
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_EditorScript__run:
|
||||
.. _class_EditorScript__run:
|
||||
|
||||
- void **_run** **(** **)** virtual
|
||||
|
||||
This method is executed by the Editor when ``File -> Run`` is used.
|
||||
|
||||
.. _class_EditorScript_add_root_node:
|
||||
.. _class_EditorScript_add_root_node:
|
||||
|
||||
- void **add_root_node** **(** :ref:`Node<class_Node>` node **)**
|
||||
|
||||
@@ -63,13 +63,13 @@ Adds ``node`` as a child of the root node in the editor context.
|
||||
|
||||
WARNING: The implementation of this method is currently disabled.
|
||||
|
||||
.. _class_EditorScript_get_editor_interface:
|
||||
.. _class_EditorScript_get_editor_interface:
|
||||
|
||||
- :ref:`EditorInterface<class_EditorInterface>` **get_editor_interface** **(** **)**
|
||||
|
||||
Returns the :ref:`EditorInterface<class_EditorInterface>` singleton instance.
|
||||
|
||||
.. _class_EditorScript_get_scene:
|
||||
.. _class_EditorScript_get_scene:
|
||||
|
||||
- :ref:`Node<class_Node>` **get_scene** **(** **)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user