MCPcopy 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
515void EditorPlugin::enable_plugin() {
516 GDVIRTUAL_CALL(_enable_plugin);
517}
518
519void EditorPlugin::disable_plugin() {
520 GDVIRTUAL_CALL(_disable_plugin);

Callers 2

_editor_init_callbackMethod · 0.80
add_editor_pluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected