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

Method set_plugin_enabled

editor/editor_interface.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void EditorInterface::set_plugin_enabled(const String &p_plugin, bool p_enabled) {
375 EditorNode::get_singleton()->set_addon_plugin_enabled(p_plugin, p_enabled, true);
376}
377
378bool EditorInterface::is_plugin_enabled(const String &p_plugin) const {
379 return EditorNode::get_singleton()->is_addon_plugin_enabled(p_plugin);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected