Allow running EditorScripts from the FileSystemDock

Apply suggestions from code review

Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com>
This commit is contained in:
Ryan
2025-05-13 02:07:26 -04:00
parent db66343528
commit e3db0d62a8
5 changed files with 57 additions and 30 deletions

View File

@@ -990,6 +990,7 @@ public:
bool ensure_main_scene(bool p_from_native);
bool validate_custom_directory();
void run_editor_script(const Ref<Script> &p_script);
};
class EditorPluginList : public Object {