MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / method

Method method

Il2cppHook/_Ufunc.js:11124–11126  ·  view source on GitHub ↗

Gets the method identified by the given name and parameter count.

(name, parameterCount = -1)

Source from the content-addressed store, hash-verified

11122 }
11123 /** Gets the method identified by the given name and parameter count. */
11124 method(name, parameterCount = -1) {
11125 return this.tryMethod(name, parameterCount);
11126 }
11127 /** Gets the nested class with the given name. */
11128 nested(name) {
11129 return this.tryNested(name);

Callers 13

findMethodNewMethod · 0.45
objectMethod · 0.45
genericParameterCountMethod · 0.45
inflateMethod · 0.45
assembliesMethod · 0.45
objectMethod · 0.45
classesMethod · 0.45
genericParameterCountMethod · 0.45
inflateMethod · 0.45
methodMethod · 0.45
scheduleMethod · 0.45

Calls 1

tryMethodMethod · 0.95

Tested by

no test coverage detected