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

Method set_error_pos

editor/gui/code_editor.cpp:1550–1553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void CodeTextEditor::set_error_pos(int p_line, int p_column) {
1551 error_line = p_line;
1552 error_column = p_column;
1553}
1554
1555Point2i CodeTextEditor::get_error_pos() const {
1556 return Point2i(error_line, error_column);

Callers 2

_validate_scriptMethod · 0.80
_validate_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected