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

Method arrayClass

lib/component/agent/structs/class.js:22–24  ·  view source on GitHub ↗

Gets the array class which encompass the current class.

()

Source from the content-addressed store, hash-verified

20
21 /** Gets the array class which encompass the current class. */
22 get arrayClass() {
23 return new Il2Cpp.Class(Il2Cpp.Api._classGetArrayClass(this, 1));
24 }
25
26 /** Gets the size of the object encompassed by the current array class. */
27 get arrayElementSize() {

Callers

nothing calls this directly

Calls 1

_classGetArrayClassMethod · 0.80

Tested by

no test coverage detected