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

Method _threadCurrent

Il2cppHook/_Ufunc.js:9646–9648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9644 return this.r("il2cpp_thread_attach", "pointer", ["pointer"]);
9645 }
9646 static get _threadCurrent() {
9647 return this.r("il2cpp_thread_current", "pointer", []);
9648 }
9649 static get _threadGetAllAttachedThreads() {
9650 return this.r("il2cpp_thread_get_all_attached_threads", "pointer", ["pointer"]);
9651 }

Callers 5

attachCurrentThreadFunction · 0.80
detachCurrentThreadFunction · 0.80
currentThreadMethod · 0.80
attachCurrentThreadFunction · 0.80
detachCurrentThreadFunction · 0.80

Calls 1

rMethod · 0.95

Tested by

no test coverage detected