Skip to content
Merged
Changes from 1 commit
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::

If you are using an external editor, open the script inside the Godot
script editor so you can execute the function.

.. danger::

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