Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
String GDScriptDecomp::get_script_text() {
152
return script_text;
153
}
154
155
String GDScriptDecomp::get_error_message() {
156
return error_message;
Callers
3
reload
Method · 0.80
_decompile_process
Method · 0.80
test_script_binary
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_script_binary
Function · 0.64