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 23d108d commit f0f13fcCopy full SHA for f0f13fc
tutorials/plugins/running_code_in_the_editor.rst
@@ -509,6 +509,11 @@ currently focused on the script editor.
509
510
Scripts that extend EditorScript must be ``@tool`` scripts to function.
511
512
+.. note::
513
+
514
+ EditorScripts can only be run from the Godot script editor. If you are using
515
+ an external editor, open the script inside the Godot script editor to run it.
516
517
.. danger::
518
519
EditorScripts have no undo/redo functionality, so **make sure to save your
0 commit comments