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
- LuaUser
Data - Represents a lua userdata on the stack
- Table
- Represents a lua table on the stack
- Table
Iter - Iterator for table traversing, like
pairs
in lua - ValRef
- Value reference on the lua stack
Enums§
- Value
- Typed enumeration for lua value