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

Method get_function_index

bytecode/bytecode_custom.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131int GDScriptDecomp_custom::get_function_index(const String &p_func) const {
132 return functions.find(p_func);
133}
134
135GDScriptDecomp::GlobalToken GDScriptDecomp_custom::get_global_token(int p_token) const {
136 int idx = p_token & TOKEN_MASK;

Callers 3

_advanceMethod · 0.45
test_files_2_1Method · 0.45
test_files_3_1Method · 0.45

Calls 1

findMethod · 0.45

Tested by 2

test_files_2_1Method · 0.36
test_files_3_1Method · 0.36