Array object
Property | Description | Access | Type |
---|---|---|---|
Array.type | Get the internal Array type | readonly | string |
Array.size | Get the Array size in memory | readonly | number |
Array.length | Get the Array length | readonly | number |
Array.dimensions | Get the array dimensions | readonly | table |
Operation | Description |
---|---|
Array call | Creates a new instance from the C Array definition |
#Array length operator | Get the size of the Array in memory |
Method | Description | Return vauue |
---|---|---|
Array.constructor() | Array object constructor | Array |
Array:get() | Get a value from the C Array | Lua value, Struct, Union, Pointer |
Array:set() | Set a value into the C Array | - |