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

Method object

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

Gets the encompassing object of the current array.

()

Source from the content-addressed store, hash-verified

46
47 /** Gets the encompassing object of the current array. */
48 get object() {
49 return new Il2Cpp.Object(this);
50 }
51
52 /** Gets the element at the specified index of the current array. */
53 get(index) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected