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

Method Invoke

Il2cppHook/_Ufunc.js:4556–4558  ·  view source on GitHub ↗
(methodName, time)

Source from the content-addressed store, hash-verified

4554 return Il2Cpp.Api.MonoBehaviour._InvokeRepeating(this.handle, allocCStr(methodName), time, repeatRate);
4555 }
4556 Invoke(methodName, time) {
4557 return Il2Cpp.Api.MonoBehaviour._Invoke(this.handle, allocCStr(methodName), time);
4558 }
4559 IsInvoking_methodName(methodName) {
4560 return Il2Cpp.Api.MonoBehaviour._IsInvoking_String(this.handle, allocCStr(methodName));
4561 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_InvokeMethod · 0.45

Tested by

no test coverage detected