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

Method get_editor_breakpoints

editor/editor_data.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void EditorData::get_editor_breakpoints(List<String> *p_breakpoints) {
315 for (int i = 0; i < editor_plugins.size(); i++) {
316 editor_plugins[i]->get_breakpoints(p_breakpoints);
317 }
318}
319
320Dictionary EditorData::get_editor_plugin_states() const {
321 Dictionary metadata;

Callers 1

runMethod · 0.80

Calls 2

sizeMethod · 0.65
get_breakpointsMethod · 0.45

Tested by

no test coverage detected