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

Method InvokeRepeating

Il2cppHook/_Ufunc.js:4553–4555  ·  view source on GitHub ↗
(methodName, time, repeatRate)

Source from the content-addressed store, hash-verified

4551 return Il2Cpp.Api.MonoBehaviour._CancelInvoke_String(this.handle, allocCStr(methodName));
4552 }
4553 InvokeRepeating(methodName, time, repeatRate) {
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 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_InvokeRepeatingMethod · 0.45

Tested by

no test coverage detected