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

Method get_editor_plugin_count

editor/editor_data.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498int EditorData::get_editor_plugin_count() const {
499 return editor_plugins.size();
500}
501
502EditorPlugin *EditorData::get_editor_plugin(int p_idx) {
503 ERR_FAIL_INDEX_V(p_idx, editor_plugins.size(), nullptr);

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