Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
PackedInt32Array TextEditor::get_breakpoints() {
166
return PackedInt32Array();
167
}
168
169
void TextEditor::reload_text() {
170
ERR_FAIL_COND(edited_res.is_null());
Callers
5
debug
Method · 0.45
get_editor_breakpoints
Method · 0.45
req_initialize
Method · 0.45
run
Method · 0.45
gen_export_flags
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected