Skip to content

Commit 0f6e4e0

Browse files
AdriaandeJonghAdriaan de Jongh
authored andcommitted
Clarified that EditorScript can only run in GDScript
1 parent 8f784e4 commit 0f6e4e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/plugins/running_code_in_the_editor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ currently focused on the script editor.
333333

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

336+
.. note::
337+
338+
If you are using an external editor, open the script inside the Godot
339+
script editor so you can execute the function.
340+
336341
.. warning::
337342

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

0 commit comments

Comments
 (0)