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

Method internal

Il2cppHook/_Ufunc.js:12327–12330  ·  view source on GitHub ↗

@internal Gets the encompassing internal object (System.Threding.InternalThreead) of the current thread.

()

Source from the content-addressed store, hash-verified

12325 }
12326 /** @internal Gets the encompassing internal object (System.Threding.InternalThreead) of the current thread. */
12327 get internal() {
12328 const internalThread = this.object.tryField("internal_thread")?.value;
12329 return internalThread ? internalThread : this.object;
12330 }
12331 /** Determines whether the current thread is the garbage collector finalizer one. */
12332 get isFinalizer() {
12333 return !Il2Cpp.Api._threadIsVm(this);

Callers

nothing calls this directly

Calls 1

tryFieldMethod · 0.45

Tested by

no test coverage detected