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

Method detach

Il2cppHook/_Ufunc.js:12369–12371  ·  view source on GitHub ↗

Detaches the thread from the application domain.

()

Source from the content-addressed store, hash-verified

12367 }
12368 /** Detaches the thread from the application domain. */
12369 detach() {
12370 return Il2Cpp.Api._threadDetach(this);
12371 }
12372 /** Schedules a callback on the current thread. */
12373 schedule(block, delayMs = 0) {
12374 const threadId = this.id;

Callers 11

BreakerClass · 0.80
detachCurrentThreadFunction · 0.80
detachAllFunction · 0.80
onLeaveMethod · 0.80
performMethod · 0.80
scheduleMethod · 0.80
onLeaveFunction · 0.80
detachAllFunction · 0.80
detachCurrentThreadFunction · 0.80
BreakerClass · 0.80

Calls 1

_threadDetachMethod · 0.80

Tested by

no test coverage detected