We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f784e4 commit 0f6e4e0Copy full SHA for 0f6e4e0
tutorials/plugins/running_code_in_the_editor.rst
@@ -333,6 +333,11 @@ currently focused on the script editor.
333
334
Scripts that extend EditorScript must be ``@tool`` scripts to function.
335
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
341
.. warning::
342
343
EditorScripts have no undo/redo functionality, so **make sure to save your
0 commit comments