Merge pull request #16709 from willnationsdev/autoload-edit

Enable EditorPlugin to add/remove autoloads
This commit is contained in:
Rémi Verschelde 2018-02-19 22:04:42 +01:00 committed by GitHub
commit 693f5426d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 91 additions and 39 deletions

View file

@ -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();
};