Gets the size of the Il2CppArray struct.
()
| 21 | |
| 22 | /** Gets the size of the Il2CppArray struct. */ |
| 23 | static get arrayHeaderSize() { |
| 24 | return this.information[2]; |
| 25 | } |
| 26 | |
| 27 | /** @internal */ |
| 28 | static get information() { |
nothing calls this directly
no outgoing calls
no test coverage detected