Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tutorials/plugins/running_code_in_the_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@ currently focused on the script editor.

Scripts that extend EditorScript must be ``@tool`` scripts to function.

.. note::

EditorScripts can only be run from the Godot script editor. If you are using
an external editor, open the script inside the Godot script editor to run it.

.. danger::

EditorScripts have no undo/redo functionality, so **make sure to save your
Expand Down