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 3d87a07 commit ac646d5Copy full SHA for ac646d5
tutorials/plugins/running_code_in_the_editor.rst
@@ -503,6 +503,11 @@ currently focused on the script editor.
503
504
Scripts that extend EditorScript must be ``@tool`` scripts to function.
505
506
+.. note::
507
+
508
+ If you are using an external editor, open the script inside the Godot
509
+ script editor so you can execute the function.
510
511
.. danger::
512
513
EditorScripts have no undo/redo functionality, so **make sure to save your
0 commit comments