1.26.2.1
Gameface
cohtml::PairInfo Struct Reference

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

Public Attributes

ElementType Types [2]
 Types of first and second. More...
 
TypeInfo * TypeInfos [2]
 Contains information about first and second member in pair (methods, attributes etc.) More...
 
void * Member [2]
 Represents pointer to first and second. More...
 

Detailed Description

Represents a pair of a type exposed to the scripting.

Member Data Documentation

◆ Member

void* cohtml::PairInfo::Member[2]

Represents pointer to first and second.

◆ TypeInfos

TypeInfo* cohtml::PairInfo::TypeInfos[2]

Contains information about first and second member in pair (methods, attributes etc.)

◆ Types

ElementType cohtml::PairInfo::Types[2]

Types of first and second.