Structs§
- Main entry for Lua runtime. It contains global environment, random number generator, coroutine stack, etc.
- functions written in Lua
- Type for Lua table.
- Type for Lua thread.
Enums§
- Instructions for Lua VM.
- lua function object
- Type for Lua number.
- Type for any Lua value.
- Status for Lua thread.
Type Aliases§
- type alias for lua float type.
- type alias for lua integer type.