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

Method _methodGetFlags

Il2cppHook/_Ufunc.js:9541–9543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9539 return this.r("il2cpp_method_get_class", "pointer", ["pointer"]);
9540 }
9541 static get _methodGetFlags() {
9542 return this.r("il2cpp_method_get_flags", "uint32", ["pointer", "pointer"]);
9543 }
9544 static get _methodGetFromReflection() {
9545 return this.r("il2cpp_method_get_from_reflection", "pointer", ["pointer"]);
9546 }

Callers 2

flagsMethod · 0.80
implementationFlagsMethod · 0.80

Calls 1

rMethod · 0.95

Tested by

no test coverage detected