Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3361
int GDScriptCompiler::get_error_line() const {
3362
return err_line;
3363
}
3364
3365
int GDScriptCompiler::get_error_column() const {
3366
return err_column;
Callers
5
_parse_json
Method · 0.45
_parse_glb
Method · 0.45
_parse
Method · 0.45
reload
Method · 0.45
test_compiler
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_compiler
Function · 0.36