Represents a array of a type exposed to the scripting. More...
Public Attributes | |
| ElementType | Type | 
| Type of element in array.  | |
| LengthGetter | GetLength | 
| Returns the number of elements in array.  | |
| ElementGetter | GetElement | 
| Returns element at position n.  | |
| TypeInfo * | ArrayTypeInfo | 
| Contains information about objects in array (methods, attributes etc.)  | |
| void * | UserData | 
| Represents pointer to real array.  | |
Represents a array of a type exposed to the scripting.