1.26.2.1
Gameface
cohtml::ObjectInfo Struct Reference

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

Public Attributes

ElementType Type
 Type of object. More...
 
TypeInfo * Info
 Contains information about methods, attributes etc.) More...
 
void * UserData
 Represent pointer to real object. More...
 

Detailed Description

Represents a object of a type exposed to the scripting.

Member Data Documentation

◆ Info

TypeInfo* cohtml::ObjectInfo::Info

Contains information about methods, attributes etc.)

◆ Type

ElementType cohtml::ObjectInfo::Type

Type of object.

◆ UserData

void* cohtml::ObjectInfo::UserData

Represent pointer to real object.