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

Method is_plugin_enabled

editor/editor_interface.cpp:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378bool EditorInterface::is_plugin_enabled(const String &p_plugin) const {
379 return EditorNode::get_singleton()->is_addon_plugin_enabled(p_plugin);
380}
381
382// Editor GUI.
383

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected