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

Method _arrayGetLength

Il2cppHook/_Ufunc.js:9265–9267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9263 return this.r("il2cpp_array_get_elements", "pointer", ["pointer"]);
9264 }
9265 static get _arrayGetLength() {
9266 return this.r("il2cpp_array_length", "uint32", ["pointer"]);
9267 }
9268 static get _arrayNew() {
9269 return this.r("il2cpp_array_new", "pointer", ["pointer", "uint32"]);
9270 }

Callers 1

lengthMethod · 0.80

Calls 1

rMethod · 0.95

Tested by

no test coverage detected