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

Method method

Il2cppHook/_Ufunc.js:12052–12054  ·  view source on GitHub ↗

Gets the method with the given name.

(name, parameterCount = -1)

Source from the content-addressed store, hash-verified

12050 }
12051 /** Gets the method with the given name. */
12052 method(name, parameterCount = -1) {
12053 return this.class.method(name, parameterCount).withHolder(this);
12054 }
12055 /** Notifies a thread in the waiting queue of a change in the locked object's state. */
12056 pulse() {
12057 return Il2Cpp.Api._monitorPulse(this);

Callers 1

toStringMethod · 0.95

Calls 2

withHolderMethod · 0.45
methodMethod · 0.45

Tested by

no test coverage detected