aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_plugin.h
diff options
context:
space:
mode:
authorZher Huei Lee2017-06-11 17:18:22 +0800
committerZher Huei Lee2017-06-11 17:18:22 +0800
commit9ecdf522bd95a3318ac75ff8f9e237b35b5beca3 (patch)
treeefc49bd1d14994b03ad9dfea431fc11f2a18d7fb /editor/editor_plugin.h
parentbcc435094d0734174818cf3e55887a26ef111686 (diff)
downloadgodot-9ecdf522bd95a3318ac75ff8f9e237b35b5beca3.tar.gz
godot-9ecdf522bd95a3318ac75ff8f9e237b35b5beca3.tar.zst
godot-9ecdf522bd95a3318ac75ff8f9e237b35b5beca3.zip
Added EditorPlugin.remove_import_plugin()
Allows addons with import extensions to clean up properly on removal.
Diffstat (limited to 'editor/editor_plugin.h')
-rw-r--r--editor/editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h
index 1ef447a6b..c607846ec 100644
--- a/editor/editor_plugin.h
+++ b/editor/editor_plugin.h
@@ -148,6 +148,7 @@ public:
virtual void save_global_state();
void add_import_plugin(const Ref<EditorImportPlugin> &p_importer);
+ void remove_import_plugin(const Ref<EditorImportPlugin> &p_importer);
EditorPlugin();
virtual ~EditorPlugin();