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

Method get_function_name

bytecode/bytecode_custom.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97};
98
99String GDScriptDecomp_custom::get_function_name(int p_func) const {
100 if (p_func >= 0 && p_func < functions.size()) {
101 return functions[p_func];
102 }
103 return "";
104}
105
106int GDScriptDecomp_custom::get_function_count() const {
107 return functions.size();

Callers 2

_make_built_in_funcMethod · 0.45
scanMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected