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

Method get_debugger

editor/debugger/editor_debugger_node.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237ScriptEditorDebugger *EditorDebuggerNode::get_debugger(int p_id) const {
238 return Object::cast_to<ScriptEditorDebugger>(tabs->get_tab_control(p_id));
239}
240
241ScriptEditorDebugger *EditorDebuggerNode::get_previous_debugger() const {
242 return Object::cast_to<ScriptEditorDebugger>(tabs->get_tab_control(tabs->get_previous_tab()));

Calls 1

get_tab_controlMethod · 0.80

Tested by

no test coverage detected