Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9009
void EditorPluginList::remove_plugin(EditorPlugin *p_plugin) {
9010
plugins_list.erase(p_plugin);
9011
}
9012
9013
bool EditorPluginList::is_empty() {
9014
return plugins_list.is_empty();
Callers
2
_plugin_over_edit
Method · 0.45
remove_editor_plugin
Method · 0.45
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected