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

Method IsInvoking_methodName

Il2cppHook/_Ufunc.js:4559–4561  ·  view source on GitHub ↗
(methodName)

Source from the content-addressed store, hash-verified

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 }
4562 IsInvoking_0() {
4563 return Il2Cpp.Api.MonoBehaviour._IsInvoking_0(this.handle);
4564 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_IsInvoking_StringMethod · 0.45

Tested by

no test coverage detected