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

Method arrayElementSize

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

Gets the size of the object encompassed by the current array class.

()

Source from the content-addressed store, hash-verified

25
26 /** Gets the size of the object encompassed by the current array class. */
27 get arrayElementSize() {
28 return Il2Cpp.Api._classGetArrayElementSize(this);
29 }
30
31 /** Gets the name of the assembly in which the current class is defined. */
32 get assemblyName() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected