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

Method _threadGetAllAttachedThreads

Il2cppHook/_Ufunc.js:9649–9651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
9652 static get _threadIsVm() {
9653 return this.r("il2cpp_is_vm_thread", "bool", ["pointer"]);
9654 }

Callers 1

attachedThreadsMethod · 0.80

Calls 1

rMethod · 0.95

Tested by

no test coverage detected