Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock
Allow running EditorScripts from the FileSystemDock
This commit is contained in:
commit
34fc2c1bb6
5 changed files with 57 additions and 30 deletions
|
|
@ -994,6 +994,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue