MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / remove_plugin

Method remove_plugin

editor/editor_node.cpp:9009–9011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9007}
9008
9009void EditorPluginList::remove_plugin(EditorPlugin *p_plugin) {
9010 plugins_list.erase(p_plugin);
9011}
9012
9013bool EditorPluginList::is_empty() {
9014 return plugins_list.is_empty();

Callers 2

_plugin_over_editMethod · 0.45
remove_editor_pluginMethod · 0.45

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected