1.26.2.1
Gameface
cohtml::ArrayInfo Struct Reference

Represents a array of a type exposed to the scripting. More...

Public Attributes

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

Detailed Description

Represents a array of a type exposed to the scripting.

Member Data Documentation

◆ ArrayTypeInfo

TypeInfo* cohtml::ArrayInfo::ArrayTypeInfo

Contains information about objects in array (methods, attributes etc.)

◆ GetElement

ElementGetter cohtml::ArrayInfo::GetElement

Returns element at position n.

◆ GetLength

LengthGetter cohtml::ArrayInfo::GetLength

Returns the number of elements in array.

◆ Type

ElementType cohtml::ArrayInfo::Type

Type of element in array.

◆ UserData

void* cohtml::ArrayInfo::UserData

Represents pointer to real array.