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

Method get_editor_plugin

editor/editor_data.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502EditorPlugin *EditorData::get_editor_plugin(int p_idx) {
503 ERR_FAIL_INDEX_V(p_idx, editor_plugins.size(), nullptr);
504 return editor_plugins[p_idx];
505}
506
507void EditorData::add_extension_editor_plugin(const StringName &p_class_name, EditorPlugin *p_plugin) {
508 ERR_FAIL_COND(extension_editor_plugins.has(p_class_name));

Callers 7

selectMethod · 0.80
_is_scene_unsavedMethod · 0.80
_menu_option_confirmMethod · 0.80
_next_unsaved_sceneMethod · 0.80
_scene_tab_closedMethod · 0.80
update_propertyMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected