1.26.2.1
Gameface
cohtml::MapInfo Struct Reference

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

Public Attributes

ElementType Type
 Type of element in map. More...
 
MapElementGetter GetElement
 Returns element with name. More...
 
TypeInfo * MapTypeInfo
 Contains information about objects in map (methods, attributes etc.) More...
 
void * UserData
 Represents pointer to real map. More...
 

Detailed Description

Represents a map of a type exposed to the scripting.

Member Data Documentation

◆ GetElement

MapElementGetter cohtml::MapInfo::GetElement

Returns element with name.

◆ MapTypeInfo

TypeInfo* cohtml::MapInfo::MapTypeInfo

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

◆ Type

ElementType cohtml::MapInfo::Type

Type of element in map.

◆ UserData

void* cohtml::MapInfo::UserData

Represents pointer to real map.