Available on crate feature
luau
only.Expand description
Contains definitions from lua.h
.
Structs§
- A raw Lua state associated with a thread.
Constants§
- Guaranteed number of Lua stack slots available to a C function.
Functions§
- Returns Luau release version (eg.
0.xxx
).
Type Aliases§
- Type for memory-allocation functions.
- Type for native C functions that can be passed to Lua.
- Type for functions to be called on debug events.
- A Lua integer, equivalent to
i32
. - A Lua number, usually equivalent to
f64
. - Type for userdata destructor functions.
- A Lua unsigned integer, equivalent to
u32
.