1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::ArrayInfo Struct Reference

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.
 

Detailed Description

Represents a array of a type exposed to the scripting.