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

Method StopCoroutine_methodName

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

Source from the content-addressed store, hash-verified

4584 return Il2Cpp.Api.MonoBehaviour._StopCoroutine_Coroutine(this.handle, coroutine);
4585 }
4586 StopCoroutine_methodName(methodName) {
4587 return Il2Cpp.Api.MonoBehaviour._StopCoroutine_String(this.handle, allocCStr(methodName));
4588 }
4589 StopCoroutine_enumerator(enumerator) {
4590 return Il2Cpp.Api.MonoBehaviour._StopCoroutine_IEnumerator(this.handle, enumerator);
4591 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_StopCoroutine_StringMethod · 0.45

Tested by

no test coverage detected