Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ enable_plugin
Method
enable_plugin
editor/plugins/editor_plugin.cpp:515–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
513
}
514
515
void EditorPlugin::enable_plugin() {
516
GDVIRTUAL_CALL(_enable_plugin);
517
}
518
519
void EditorPlugin::disable_plugin() {
520
GDVIRTUAL_CALL(_disable_plugin);
Callers
2
_editor_init_callback
Method · 0.80
add_editor_plugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected