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

Method StartCoroutine_methodName

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

Source from the content-addressed store, hash-verified

4569 return Il2Cpp.Api.MonoBehaviour._StartCoroutine_IEnumerator(this.handle, enumerator);
4570 }
4571 StartCoroutine_methodName(methodName) {
4572 return Il2Cpp.Api.MonoBehaviour._StartCoroutine_String(this.handle, allocCStr(methodName));
4573 }
4574 StartCoroutine_methodName_obj(methodName, obj) {
4575 return Il2Cpp.Api.MonoBehaviour._StartCoroutine_String_Object(this.handle, allocCStr(methodName), obj);
4576 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70

Tested by

no test coverage detected