Merge pull request #16709 from willnationsdev/autoload-edit
Enable EditorPlugin to add/remove autoloads
This commit is contained in:
commit
693f5426d4
6 changed files with 91 additions and 39 deletions
|
|
@ -87,6 +87,8 @@ protected:
|
|||
|
||||
public:
|
||||
void update_autoload();
|
||||
void autoload_add(const String &p_name, const String &p_path);
|
||||
void autoload_remove(const String &p_name);
|
||||
|
||||
EditorAutoloadSettings();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue