MCPcopy 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
3357String GDScriptCompiler::get_error() const {
3358 return error;
3359}
3360
3361int GDScriptCompiler::get_error_line() const {
3362 return err_line;

Callers 9

save_imageMethod · 0.45
saveMethod · 0.45
IsFailedMethod · 0.45
IsFailedMethod · 0.45
dump_debug_snapshotMethod · 0.45
reloadMethod · 0.45
saveMethod · 0.45
test_compilerFunction · 0.45
execute_test_codeMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_compilerFunction · 0.36
execute_test_codeMethod · 0.36