UserdataValue

Represents a userdata value

Constructors

this
this(void* data, TableValue metatable)

Creates a new UserdataValue

this
this(TableValue metatable)

Creates a new UserdataValue

Members

Variables

data
void* data;

Pointer to user-defined data

metatable
TableValue metatable;

The metatable of this UserdataValue

ownerId
UUID ownerId;

A UUID that can be used to identify the owner of this userdata

Meta