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

Method disable_plugin

editor/plugins/editor_plugin.cpp:519–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void EditorPlugin::disable_plugin() {
520 GDVIRTUAL_CALL(_disable_plugin);
521}
522
523void EditorPlugin::set_window_layout(Ref<ConfigFile> p_layout) {
524 GDVIRTUAL_CALL(_set_window_layout, p_layout);

Callers 1

remove_editor_pluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected