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

Method flags

Il2cppHook/_Ufunc.js:11742–11744  ·  view source on GitHub ↗

Gets the flags of the current method.

()

Source from the content-addressed store, hash-verified

11740 }
11741 /** Gets the flags of the current method. */
11742 get flags() {
11743 return Il2Cpp.Api._methodGetFlags(this, NULL);
11744 }
11745 /** Gets the implementation flags of the current method. */
11746 get implementationFlags() {
11747 const implementationFlagsPointer = Memory.alloc(Process.pointerSize);

Callers

nothing calls this directly

Calls 1

_methodGetFlagsMethod · 0.80

Tested by

no test coverage detected