Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_error_pos
Method
get_error_pos
editor/gui/code_editor.cpp:1555–1557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1553
}
1554
1555
Point2i CodeTextEditor::get_error_pos() const {
1556
return Point2i(error_line, error_column);
1557
}
1558
1559
void CodeTextEditor::goto_error() {
1560
if (!error->get_text().is_empty()) {
Callers
1
_validate_script
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected