MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / length

Method length

lib/component/agent/structs/array.js:43–45  ·  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

41
42 /** Gets the total number of elements in all the dimensions of the current array. */
43 get length() {
44 return Il2Cpp.Api._arrayGetLength(this);
45 }
46
47 /** Gets the encompassing object of the current array. */
48 get object() {

Callers

nothing calls this directly

Calls 1

_arrayGetLengthMethod · 0.80

Tested by

no test coverage detected