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

Method get_global_token_name

bytecode/bytecode_base.cpp:2133–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2131}
2132
2133String GDScriptDecomp::get_global_token_name(GlobalToken p_token) {
2134 return GDScriptTokenizerCompat::get_token_name(p_token);
2135}
2136
2137String GDScriptDecomp::get_token_text(const ScriptState &p_script_state, uint32_t i) {
2138 if (i >= p_script_state.tokens.size()) {

Callers 1

parse_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected