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

Method length

Il2cppHook/_Ufunc.js:10853–10855  ·  view source on GitHub ↗

Gets the total number of elements in all the dimensions of the current array.

()

Source from the content-addressed store, hash-verified

10851 }
10852 /** Gets the total number of elements in all the dimensions of the current array. */
10853 get length() {
10854 return Il2Cpp.Api._arrayGetLength(this);
10855 }
10856 /** Gets the encompassing object of the current array. */
10857 get object() {
10858 return new Il2Cpp.Object(this);

Callers 2

getApkInfoFunction · 0.45
getApkInfoFunction · 0.45

Calls 1

_arrayGetLengthMethod · 0.80

Tested by

no test coverage detected