- LUAI_MEM
alias LUAI_MEM = ptrdiff_t
Undocumented in source.
- LUAI_UACNUMBER
alias LUAI_UACNUMBER = double
Undocumented in source.
- LUAI_UMEM
alias LUAI_UMEM = size_t
Undocumented in source.
- LUA_INT32
alias LUA_INT32 = int
Undocumented in source.
- LUA_INTEGER
alias LUA_INTEGER = ptrdiff_t
Undocumented in source.
- LUA_NUMBER
alias LUA_NUMBER = double
Undocumented in source.
- LUA_UNSIGNED
alias LUA_UNSIGNED = uint
Undocumented in source.
- lua_Alloc
alias lua_Alloc = void* function(void* ud, void* ptr, size_t osize, size_t nsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_CFunction
alias lua_CFunction = int function(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Hook
alias lua_Hook = void function(lua_State*, lua_Debug*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Integer
alias lua_Integer = ptrdiff_t
Undocumented in source.
- lua_Number
alias lua_Number = double
Undocumented in source.
- lua_Reader
alias lua_Reader = const(char)* function(lua_State* L, void* ud, size_t* sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Unsigned
alias lua_Unsigned = uint
Undocumented in source.
- lua_Writer
alias lua_Writer = int function(lua_State* L, const(void)* p, size_t sz, void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.