- 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 = lua_Integer
Undocumented in source.
- LUA_KCONTEXT
alias LUA_KCONTEXT = lua_KContext
Undocumented in source.
- LUA_NUMBER
alias LUA_NUMBER = lua_Number
Undocumented in source.
- LUA_UNSIGNED
alias LUA_UNSIGNED = lua_Unsigned
Undocumented in source.
- lua_Alloc
alias lua_Alloc = void* function(void*, void*, size_t, size_t)
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*)
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_KContext
alias lua_KContext = ptrdiff_t
Undocumented in source.
- lua_KFunction
alias lua_KFunction = int function(lua_State*, int, lua_KContext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lua_Number
alias lua_Number = double
Undocumented in source.
- lua_Reader
alias lua_Reader = const(char)* function(lua_State*, void*, size_t*)
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*, const(void)*, size_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.