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

Method get_breakpoints

editor/script/text_editor.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165PackedInt32Array TextEditor::get_breakpoints() {
166 return PackedInt32Array();
167}
168
169void TextEditor::reload_text() {
170 ERR_FAIL_COND(edited_res.is_null());

Callers 5

debugMethod · 0.45
req_initializeMethod · 0.45
runMethod · 0.45
gen_export_flagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected