- da_luaL_addlstring
alias da_luaL_addlstring = void function(luaL_Buffer*, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_addstring
alias da_luaL_addstring = void function(luaL_Buffer*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_addvalue
alias da_luaL_addvalue = void function(luaL_Buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_argerror
alias da_luaL_argerror = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_buffinit
alias da_luaL_buffinit = void function(lua_State*, luaL_Buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_buffinitsize
alias da_luaL_buffinitsize = char* function(lua_State*, luaL_Buffer*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_callmeta
alias da_luaL_callmeta = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkany
alias da_luaL_checkany = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkinteger
alias da_luaL_checkinteger = lua_Integer function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checklstring
alias da_luaL_checklstring = const(char)* function(lua_State*, int, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checknumber
alias da_luaL_checknumber = lua_Number function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkoption
alias da_luaL_checkoption = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkstack
alias da_luaL_checkstack = void function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checktype
alias da_luaL_checktype = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkudata
alias da_luaL_checkudata = void* function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkunsigned
alias da_luaL_checkunsigned = lua_Unsigned function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_checkversion_
alias da_luaL_checkversion_ = void function(lua_State*, lua_Number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_error
alias da_luaL_error = int function(lua_State*, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_execresult
alias da_luaL_execresult = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_fileresult
alias da_luaL_fileresult = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_getmetafield
alias da_luaL_getmetafield = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_getsubtable
alias da_luaL_getsubtable = int function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_gsub
alias da_luaL_gsub = const(char)* function(lua_State*, const(char)*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_len
alias da_luaL_len = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_loadbufferx
alias da_luaL_loadbufferx = int function(lua_State*, const(char)*, size_t, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_loadfilex
alias da_luaL_loadfilex = int function(lua_State*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_loadstring
alias da_luaL_loadstring = int function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_newmetatable
alias da_luaL_newmetatable = int function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_newstate
alias da_luaL_newstate = lua_State* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_openlib
alias da_luaL_openlib = void function(lua_State*, const(char)*, const(luaL_Reg)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_openlibs
alias da_luaL_openlibs = void 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.
- da_luaL_optinteger
alias da_luaL_optinteger = lua_Integer function(lua_State*, int, lua_Integer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_optlstring
alias da_luaL_optlstring = const(char)* function(lua_State*, int, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_optnumber
alias da_luaL_optnumber = lua_Number function(lua_State*, int, lua_Number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_optunsigned
alias da_luaL_optunsigned = lua_Unsigned function(lua_State*, int, lua_Unsigned)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_prepbuffsize
alias da_luaL_prepbuffsize = char* function(luaL_Buffer*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_pushmodule
alias da_luaL_pushmodule = void function(lua_State*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_pushresult
alias da_luaL_pushresult = void function(luaL_Buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_pushresultsize
alias da_luaL_pushresultsize = void function(luaL_Buffer*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_ref
alias da_luaL_ref = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_requiref
alias da_luaL_requiref = void function(lua_State*, const(char)*, lua_CFunction, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_setfuncs
alias da_luaL_setfuncs = void function(lua_State*, const luaL_Reg*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_setmetatable
alias da_luaL_setmetatable = void function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_testudata
alias da_luaL_testudata = void* function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_tolstring
alias da_luaL_tolstring = const(char)* function(lua_State*, int, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_traceback
alias da_luaL_traceback = void function(lua_State*, lua_State*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_unref
alias da_luaL_unref = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaL_where
alias da_luaL_where = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_absindex
alias da_lua_absindex = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_arith
alias da_lua_arith = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_atpanic
alias da_lua_atpanic = lua_CFunction function(lua_State*, lua_CFunction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_callk
alias da_lua_callk = void function(lua_State*, int, int, int, lua_CFunction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_checkstack
alias da_lua_checkstack = int function(lua_State*, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_close
alias da_lua_close = void 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.
- da_lua_compare
alias da_lua_compare = int function(lua_State*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_concat
alias da_lua_concat = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_copy
alias da_lua_copy = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_createtable
alias da_lua_createtable = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_dump
alias da_lua_dump = int function(lua_State*, lua_Writer, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_error
alias da_lua_error = 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.
- da_lua_gc
alias da_lua_gc = int function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getallocf
alias da_lua_getallocf = lua_Alloc function(lua_State*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getctx
alias da_lua_getctx = int function(lua_State*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getfield
alias da_lua_getfield = void function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getglobal
alias da_lua_getglobal = void function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_gethook
alias da_lua_gethook = lua_Hook 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.
- da_lua_gethookcount
alias da_lua_gethookcount = 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.
- da_lua_gethookmask
alias da_lua_gethookmask = 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.
- da_lua_getinfo
alias da_lua_getinfo = int function(lua_State*, const(char)*, lua_Debug*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getlocal
alias da_lua_getlocal = const(char)* function(lua_State*, const(lua_Debug)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getmetatable
alias da_lua_getmetatable = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getstack
alias da_lua_getstack = int function(lua_State*, int, lua_Debug*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_gettable
alias da_lua_gettable = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_gettop
alias da_lua_gettop = 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.
- da_lua_getupvalue
alias da_lua_getupvalue = const(char)* function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_getuservalue
alias da_lua_getuservalue = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_insert
alias da_lua_insert = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_iscfunction
alias da_lua_iscfunction = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_isnumber
alias da_lua_isnumber = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_isstring
alias da_lua_isstring = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_isuserdata
alias da_lua_isuserdata = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_len
alias da_lua_len = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_load
alias da_lua_load = int function(lua_State*, lua_Reader, void*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_newstate
alias da_lua_newstate = lua_State* function(lua_Alloc, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_newthread
alias da_lua_newthread = lua_State* 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.
- da_lua_newuserdata
alias da_lua_newuserdata = void* function(lua_State*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_next
alias da_lua_next = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pcallk
alias da_lua_pcallk = int function(lua_State*, int, int, int, int, lua_CFunction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushboolean
alias da_lua_pushboolean = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushcclosure
alias da_lua_pushcclosure = void function(lua_State*, lua_CFunction, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushfstring
alias da_lua_pushfstring = const(char)* function(lua_State*, const(char)*, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushinteger
alias da_lua_pushinteger = void function(lua_State*, lua_Integer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushlightuserdata
alias da_lua_pushlightuserdata = void function(lua_State*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushlstring
alias da_lua_pushlstring = const(char)* function(lua_State*, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushnil
alias da_lua_pushnil = void 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.
- da_lua_pushnumber
alias da_lua_pushnumber = void function(lua_State*, lua_Number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushstring
alias da_lua_pushstring = const(char)* function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushthread
alias da_lua_pushthread = void 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.
- da_lua_pushunsigned
alias da_lua_pushunsigned = void function(lua_State*, lua_Unsigned)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushvalue
alias da_lua_pushvalue = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_pushvfstring
alias da_lua_pushvfstring = const(char)* function(lua_State*, const(char)*, va_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawequal
alias da_lua_rawequal = int function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawget
alias da_lua_rawget = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawgeti
alias da_lua_rawgeti = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawgetp
alias da_lua_rawgetp = void function(lua_State*, int, const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawlen
alias da_lua_rawlen = size_t function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawset
alias da_lua_rawset = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawseti
alias da_lua_rawseti = void function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_rawsetp
alias da_lua_rawsetp = void function(lua_State*, int, const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_remove
alias da_lua_remove = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_replace
alias da_lua_replace = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_resume
alias da_lua_resume = int function(lua_State*, lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setallocf
alias da_lua_setallocf = void function(lua_State*, lua_Alloc, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setfield
alias da_lua_setfield = void function(lua_State*, int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setglobal
alias da_lua_setglobal = void function(lua_State*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_sethook
alias da_lua_sethook = int function(lua_State*, lua_Hook, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setlocal
alias da_lua_setlocal = const(char)* function(lua_State*, const(lua_Debug)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setmetatable
alias da_lua_setmetatable = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_settable
alias da_lua_settable = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_settop
alias da_lua_settop = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setupvalue
alias da_lua_setupvalue = const(char)* function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_setuservalue
alias da_lua_setuservalue = void function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_status
alias da_lua_status = 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.
- da_lua_toboolean
alias da_lua_toboolean = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tocfunction
alias da_lua_tocfunction = lua_CFunction function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tointegerx
alias da_lua_tointegerx = lua_Integer function(lua_State*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tolstring
alias da_lua_tolstring = const(char)* function(lua_State*, int, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tonumberx
alias da_lua_tonumberx = lua_Number function(lua_State*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_topointer
alias da_lua_topointer = const(void)* function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tothread
alias da_lua_tothread = lua_State* function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_tounsignedx
alias da_lua_tounsignedx = lua_Unsigned function(lua_State*, int, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_touserdata
alias da_lua_touserdata = void* function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_type
alias da_lua_type = int function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_typename
alias da_lua_typename = const(char)* function(lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_upvalueid
alias da_lua_upvalueid = void* function(lua_State*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_upvaluejoin
alias da_lua_upvaluejoin = void function(lua_State*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_version
alias da_lua_version = const(lua_Number)* 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.
- da_lua_xmove
alias da_lua_xmove = void function(lua_State*, lua_State*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_lua_yieldk
alias da_lua_yieldk = int function(lua_State*, int, int, lua_CFunction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_luaopen_base
alias da_luaopen_base = 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.
- da_luaopen_bit32
alias da_luaopen_bit32 = 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.
- da_luaopen_coroutine
alias da_luaopen_coroutine = 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.
- da_luaopen_debug
alias da_luaopen_debug = 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.
- da_luaopen_io
alias da_luaopen_io = 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.
- da_luaopen_math
alias da_luaopen_math = 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.
- da_luaopen_os
alias da_luaopen_os = 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.
- da_luaopen_package
alias da_luaopen_package = 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.
- da_luaopen_string
alias da_luaopen_string = 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.
- da_luaopen_table
alias da_luaopen_table = 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.
- luaL_addlstring
da_luaL_addlstring luaL_addlstring;
Undocumented in source.
- luaL_addstring
da_luaL_addstring luaL_addstring;
Undocumented in source.
- luaL_addvalue
da_luaL_addvalue luaL_addvalue;
Undocumented in source.
- luaL_argerror
da_luaL_argerror luaL_argerror;
Undocumented in source.
- luaL_buffinit
da_luaL_buffinit luaL_buffinit;
Undocumented in source.
- luaL_buffinitsize
da_luaL_buffinitsize luaL_buffinitsize;
Undocumented in source.
- luaL_callmeta
da_luaL_callmeta luaL_callmeta;
Undocumented in source.
- luaL_checkany
da_luaL_checkany luaL_checkany;
Undocumented in source.
- luaL_checkinteger
da_luaL_checkinteger luaL_checkinteger;
Undocumented in source.
- luaL_checklstring
da_luaL_checklstring luaL_checklstring;
Undocumented in source.
- luaL_checknumber
da_luaL_checknumber luaL_checknumber;
Undocumented in source.
- luaL_checkoption
da_luaL_checkoption luaL_checkoption;
Undocumented in source.
- luaL_checkstack
da_luaL_checkstack luaL_checkstack;
Undocumented in source.
- luaL_checktype
da_luaL_checktype luaL_checktype;
Undocumented in source.
- luaL_checkudata
da_luaL_checkudata luaL_checkudata;
Undocumented in source.
- luaL_checkunsigned
da_luaL_checkunsigned luaL_checkunsigned;
Undocumented in source.
- luaL_checkversion_
da_luaL_checkversion_ luaL_checkversion_;
Undocumented in source.
- luaL_error
da_luaL_error luaL_error;
Undocumented in source.
- luaL_execresult
da_luaL_execresult luaL_execresult;
Undocumented in source.
- luaL_fileresult
da_luaL_fileresult luaL_fileresult;
Undocumented in source.
- luaL_getmetafield
da_luaL_getmetafield luaL_getmetafield;
Undocumented in source.
- luaL_getsubtable
da_luaL_getsubtable luaL_getsubtable;
Undocumented in source.
- luaL_gsub
da_luaL_gsub luaL_gsub;
Undocumented in source.
- luaL_len
da_luaL_len luaL_len;
Undocumented in source.
- luaL_loadbufferx
da_luaL_loadbufferx luaL_loadbufferx;
Undocumented in source.
- luaL_loadfilex
da_luaL_loadfilex luaL_loadfilex;
Undocumented in source.
- luaL_loadstring
da_luaL_loadstring luaL_loadstring;
Undocumented in source.
- luaL_newmetatable
da_luaL_newmetatable luaL_newmetatable;
Undocumented in source.
- luaL_newstate
da_luaL_newstate luaL_newstate;
Undocumented in source.
- luaL_openlib
da_luaL_openlib luaL_openlib;
Undocumented in source.
- luaL_openlibs
da_luaL_openlibs luaL_openlibs;
Undocumented in source.
- luaL_optinteger
da_luaL_optinteger luaL_optinteger;
Undocumented in source.
- luaL_optlstring
da_luaL_optlstring luaL_optlstring;
Undocumented in source.
- luaL_optnumber
da_luaL_optnumber luaL_optnumber;
Undocumented in source.
- luaL_optunsigned
da_luaL_optunsigned luaL_optunsigned;
Undocumented in source.
- luaL_prepbuffsize
da_luaL_prepbuffsize luaL_prepbuffsize;
Undocumented in source.
- luaL_pushmodule
da_luaL_pushmodule luaL_pushmodule;
Undocumented in source.
- luaL_pushresult
da_luaL_pushresult luaL_pushresult;
Undocumented in source.
- luaL_pushresultsize
da_luaL_pushresultsize luaL_pushresultsize;
Undocumented in source.
- luaL_ref
da_luaL_ref luaL_ref;
Undocumented in source.
- luaL_requiref
da_luaL_requiref luaL_requiref;
Undocumented in source.
- luaL_setfuncs
da_luaL_setfuncs luaL_setfuncs;
Undocumented in source.
- luaL_setmetatable
da_luaL_setmetatable luaL_setmetatable;
Undocumented in source.
- luaL_testudata
da_luaL_testudata luaL_testudata;
Undocumented in source.
- luaL_tolstring
da_luaL_tolstring luaL_tolstring;
Undocumented in source.
- luaL_traceback
da_luaL_traceback luaL_traceback;
Undocumented in source.
- luaL_unref
da_luaL_unref luaL_unref;
Undocumented in source.
- luaL_where
da_luaL_where luaL_where;
Undocumented in source.
- lua_absindex
da_lua_absindex lua_absindex;
Undocumented in source.
- lua_arith
da_lua_arith lua_arith;
Undocumented in source.
- lua_atpanic
da_lua_atpanic lua_atpanic;
Undocumented in source.
- lua_callk
da_lua_callk lua_callk;
Undocumented in source.
- lua_checkstack
da_lua_checkstack lua_checkstack;
Undocumented in source.
- lua_close
da_lua_close lua_close;
Undocumented in source.
- lua_compare
da_lua_compare lua_compare;
Undocumented in source.
- lua_concat
da_lua_concat lua_concat;
Undocumented in source.
- lua_copy
da_lua_copy lua_copy;
Undocumented in source.
- lua_createtable
da_lua_createtable lua_createtable;
Undocumented in source.
- lua_dump
da_lua_dump lua_dump;
Undocumented in source.
- lua_error
da_lua_error lua_error;
Undocumented in source.
- lua_getallocf
da_lua_getallocf lua_getallocf;
Undocumented in source.
- lua_getctx
da_lua_getctx lua_getctx;
Undocumented in source.
- lua_getfield
da_lua_getfield lua_getfield;
Undocumented in source.
- lua_getglobal
da_lua_getglobal lua_getglobal;
Undocumented in source.
- lua_gethook
da_lua_gethook lua_gethook;
Undocumented in source.
- lua_gethookcount
da_lua_gethookcount lua_gethookcount;
Undocumented in source.
- lua_gethookmask
da_lua_gethookmask lua_gethookmask;
Undocumented in source.
- lua_getinfo
da_lua_getinfo lua_getinfo;
Undocumented in source.
- lua_getlocal
da_lua_getlocal lua_getlocal;
Undocumented in source.
- lua_getmetatable
da_lua_getmetatable lua_getmetatable;
Undocumented in source.
- lua_getstack
da_lua_getstack lua_getstack;
Undocumented in source.
- lua_gettable
da_lua_gettable lua_gettable;
Undocumented in source.
- lua_gettop
da_lua_gettop lua_gettop;
Undocumented in source.
- lua_getupvalue
da_lua_getupvalue lua_getupvalue;
Undocumented in source.
- lua_getuservalue
da_lua_getuservalue lua_getuservalue;
Undocumented in source.
- lua_insert
da_lua_insert lua_insert;
Undocumented in source.
- lua_iscfunction
da_lua_iscfunction lua_iscfunction;
Undocumented in source.
- lua_isnumber
da_lua_isnumber lua_isnumber;
Undocumented in source.
- lua_isstring
da_lua_isstring lua_isstring;
Undocumented in source.
- lua_isuserdata
da_lua_isuserdata lua_isuserdata;
Undocumented in source.
- lua_len
da_lua_len lua_len;
Undocumented in source.
- lua_load
da_lua_load lua_load;
Undocumented in source.
- lua_newstate
da_lua_newstate lua_newstate;
Undocumented in source.
- lua_newthread
da_lua_newthread lua_newthread;
Undocumented in source.
- lua_newuserdata
da_lua_newuserdata lua_newuserdata;
Undocumented in source.
- lua_next
da_lua_next lua_next;
Undocumented in source.
- lua_pcallk
da_lua_pcallk lua_pcallk;
Undocumented in source.
- lua_pushboolean
da_lua_pushboolean lua_pushboolean;
Undocumented in source.
- lua_pushcclosure
da_lua_pushcclosure lua_pushcclosure;
Undocumented in source.
- lua_pushfstring
da_lua_pushfstring lua_pushfstring;
Undocumented in source.
- lua_pushinteger
da_lua_pushinteger lua_pushinteger;
Undocumented in source.
- lua_pushlightuserdata
da_lua_pushlightuserdata lua_pushlightuserdata;
Undocumented in source.
- lua_pushlstring
da_lua_pushlstring lua_pushlstring;
Undocumented in source.
- lua_pushnil
da_lua_pushnil lua_pushnil;
Undocumented in source.
- lua_pushnumber
da_lua_pushnumber lua_pushnumber;
Undocumented in source.
- lua_pushstring
da_lua_pushstring lua_pushstring;
Undocumented in source.
- lua_pushthread
da_lua_pushthread lua_pushthread;
Undocumented in source.
- lua_pushunsigned
da_lua_pushunsigned lua_pushunsigned;
Undocumented in source.
- lua_pushvalue
da_lua_pushvalue lua_pushvalue;
Undocumented in source.
- lua_pushvfstring
da_lua_pushvfstring lua_pushvfstring;
Undocumented in source.
- lua_rawequal
da_lua_rawequal lua_rawequal;
Undocumented in source.
- lua_rawget
da_lua_rawget lua_rawget;
Undocumented in source.
- lua_rawgeti
da_lua_rawgeti lua_rawgeti;
Undocumented in source.
- lua_rawgetp
da_lua_rawgetp lua_rawgetp;
Undocumented in source.
- lua_rawlen
da_lua_rawlen lua_rawlen;
Undocumented in source.
- lua_rawset
da_lua_rawset lua_rawset;
Undocumented in source.
- lua_rawseti
da_lua_rawseti lua_rawseti;
Undocumented in source.
- lua_rawsetp
da_lua_rawsetp lua_rawsetp;
Undocumented in source.
- lua_remove
da_lua_remove lua_remove;
Undocumented in source.
- lua_replace
da_lua_replace lua_replace;
Undocumented in source.
- lua_resume
da_lua_resume lua_resume;
Undocumented in source.
- lua_setallocf
da_lua_setallocf lua_setallocf;
Undocumented in source.
- lua_setfield
da_lua_setfield lua_setfield;
Undocumented in source.
- lua_setglobal
da_lua_setglobal lua_setglobal;
Undocumented in source.
- lua_sethook
da_lua_sethook lua_sethook;
Undocumented in source.
- lua_setlocal
da_lua_setlocal lua_setlocal;
Undocumented in source.
- lua_setmetatable
da_lua_setmetatable lua_setmetatable;
Undocumented in source.
- lua_settable
da_lua_settable lua_settable;
Undocumented in source.
- lua_settop
da_lua_settop lua_settop;
Undocumented in source.
- lua_setupvalue
da_lua_setupvalue lua_setupvalue;
Undocumented in source.
- lua_setuservalue
da_lua_setuservalue lua_setuservalue;
Undocumented in source.
- lua_status
da_lua_status lua_status;
Undocumented in source.
- lua_toboolean
da_lua_toboolean lua_toboolean;
Undocumented in source.
- lua_tocfunction
da_lua_tocfunction lua_tocfunction;
Undocumented in source.
- lua_tointegerx
da_lua_tointegerx lua_tointegerx;
Undocumented in source.
- lua_tolstring
da_lua_tolstring lua_tolstring;
Undocumented in source.
- lua_tonumberx
da_lua_tonumberx lua_tonumberx;
Undocumented in source.
- lua_topointer
da_lua_topointer lua_topointer;
Undocumented in source.
- lua_tothread
da_lua_tothread lua_tothread;
Undocumented in source.
- lua_tounsignedx
da_lua_tounsignedx lua_tounsignedx;
Undocumented in source.
- lua_touserdata
da_lua_touserdata lua_touserdata;
Undocumented in source.
- lua_type
da_lua_type lua_type;
Undocumented in source.
- lua_typename
da_lua_typename lua_typename;
Undocumented in source.
- lua_upvalueid
da_lua_upvalueid lua_upvalueid;
Undocumented in source.
- lua_upvaluejoin
da_lua_upvaluejoin lua_upvaluejoin;
Undocumented in source.
- lua_version
da_lua_version lua_version;
Undocumented in source.
- lua_xmove
da_lua_xmove lua_xmove;
Undocumented in source.
- lua_yieldk
da_lua_yieldk lua_yieldk;
Undocumented in source.
- luaopen_base
da_luaopen_base luaopen_base;
Undocumented in source.
- luaopen_bit32
da_luaopen_bit32 luaopen_bit32;
Undocumented in source.
- luaopen_coroutine
da_luaopen_coroutine luaopen_coroutine;
Undocumented in source.
- luaopen_debug
da_luaopen_debug luaopen_debug;
Undocumented in source.
- luaopen_io
da_luaopen_io luaopen_io;
Undocumented in source.
- luaopen_math
da_luaopen_math luaopen_math;
Undocumented in source.
- luaopen_os
da_luaopen_os luaopen_os;
Undocumented in source.
- luaopen_package
da_luaopen_package luaopen_package;
Undocumented in source.
- luaopen_string
da_luaopen_string luaopen_string;
Undocumented in source.
- luaopen_table
da_luaopen_table luaopen_table;
Undocumented in source.