Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_error
Method
get_error
modules/gdscript/gdscript_compiler.cpp:3357–3359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3355
}
3356
3357
String GDScriptCompiler::get_error() const {
3358
return error;
3359
}
3360
3361
int GDScriptCompiler::get_error_line() const {
3362
return err_line;
Callers
9
save_image
Method · 0.45
save
Method · 0.45
IsFailed
Method · 0.45
IsFailed
Method · 0.45
dump_debug_snapshot
Method · 0.45
reload
Method · 0.45
save
Method · 0.45
test_compiler
Function · 0.45
execute_test_code
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_compiler
Function · 0.36
execute_test_code
Method · 0.36