Module value

Source
Expand description

Implementation to lua value

Structs§

Function
Represents a lua function on the stack
LuaString
Represents a lua string on the stack
LuaThread
Represents a lua thread on the stack
LuaUserData
Represents a lua userdata on the stack
Table
Represents a lua table on the stack
TableIter
Iterator for table traversing, like pairs in lua
ValRef
Value reference on the lua stack

Enums§

Value
Typed enumeration for lua value