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

Method get_error_line

modules/gdscript/gdscript_compiler.cpp:3361–3363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3359}
3360
3361int GDScriptCompiler::get_error_line() const {
3362 return err_line;
3363}
3364
3365int GDScriptCompiler::get_error_column() const {
3366 return err_column;

Callers 5

_parse_jsonMethod · 0.45
_parse_glbMethod · 0.45
_parseMethod · 0.45
reloadMethod · 0.45
test_compilerFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_compilerFunction · 0.36