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

Method elements

lib/component/agent/structs/array.js:28–30  ·  view source on GitHub ↗

@internal Gets a pointer to the first element of the current array.

()

Source from the content-addressed store, hash-verified

26
27 /** @internal Gets a pointer to the first element of the current array. */
28 get elements() {
29 return new Il2Cpp.Pointer(Il2Cpp.Api._arrayGetElements(this), this.elementType);
30 }
31
32 /** Gets the size of the object encompassed by the current array. */
33 get elementSize() {

Callers

nothing calls this directly

Calls 1

_arrayGetElementsMethod · 0.80

Tested by

no test coverage detected