Value.__anonymous

Undocumented in source.

Members

Variables

boolean
bool boolean;

The boolean component of this Value

func
FunctionValue func;

The function component of this Value

heap
Value* heap;

The reference component of this Value

num
double num;

The number component of this Value

str
string str;

The string component of this Value

table
TableValue table;

The table component of this Value

thread
ThreadValue thread;

The thread component of this Value

tuple
Value[] tuple;

The tuple component of this Value

userdata
UserdataValue userdata;

The userdata component of this Value

Meta