MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_script_text

Method get_script_text

bytecode/bytecode_base.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151String GDScriptDecomp::get_script_text() {
152 return script_text;
153}
154
155String GDScriptDecomp::get_error_message() {
156 return error_message;

Callers 3

reloadMethod · 0.80
_decompile_processMethod · 0.80
test_script_binaryFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_script_binaryFunction · 0.64