bindbc.lua.v54.binddynamic

Undocumented in source.

Members

Aliases

pluaL_addgsub
alias pluaL_addgsub = void function(luaL_Buffer* b, const(char)* s, const(char)* p, const(char)* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_addlstring
alias pluaL_addlstring = void function(luaL_Buffer* B, const(char)* s, size_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_addstring
alias pluaL_addstring = void function(luaL_Buffer* B, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_addvalue
alias pluaL_addvalue = void function(luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_argerror
alias pluaL_argerror = int function(lua_State* L, int arg, const(char)* extramsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_buffinit
alias pluaL_buffinit = void function(lua_State* L, luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_buffinitsize
alias pluaL_buffinitsize = char* function(lua_State* L, luaL_Buffer*, 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.
pluaL_callmeta
alias pluaL_callmeta = int function(lua_State* L, int obj, const(char)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkany
alias pluaL_checkany = void function(lua_State* L, int arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkinteger
alias pluaL_checkinteger = lua_Integer function(lua_State* L, int arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checklstring
alias pluaL_checklstring = const(char)* function(lua_State* L, int arg, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checknumber
alias pluaL_checknumber = lua_Number function(lua_State* L, int arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkoption
alias pluaL_checkoption = int function(lua_State* L, int arg, const(char)* def, const(char)** lst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkstack
alias pluaL_checkstack = void function(lua_State* L, int sz, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checktype
alias pluaL_checktype = void function(lua_State* L, int arg, int t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkudata
alias pluaL_checkudata = void* function(lua_State* L, int id, const(char)* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_checkversion_
alias pluaL_checkversion_ = void function(lua_State* L, lua_Number ver, 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.
pluaL_error
alias pluaL_error = int function(lua_State* L, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_execresult
alias pluaL_execresult = int function(lua_State* L, int stat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_fileresult
alias pluaL_fileresult = int function(lua_State* L, int stat, const(char)* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_getmetafield
alias pluaL_getmetafield = int function(lua_State* L, int obj, const(char)* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_getsubtable
alias pluaL_getsubtable = int function(lua_State* L, int idx, const(char)* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_gsub
alias pluaL_gsub = const(char)* function(lua_State* L, const(char)* s, const(char)* p, const(char)* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_len
alias pluaL_len = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_loadbufferx
alias pluaL_loadbufferx = int function(lua_State* L, const(char)* buff, size_t sz, const(char)* name, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_loadfilex
alias pluaL_loadfilex = int function(lua_State* L, const(char)* filename, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_loadstring
alias pluaL_loadstring = int function(lua_State* L, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_newmetatable
alias pluaL_newmetatable = int function(lua_State* L, const(char)* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_newstate
alias pluaL_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.
pluaL_openlibs
alias pluaL_openlibs = void 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.
pluaL_optinteger
alias pluaL_optinteger = lua_Integer function(lua_State* L, int arg, lua_Integer def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_optlstring
alias pluaL_optlstring = const(char)* function(lua_State* L, int arg, const(char)* def, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_optnumber
alias pluaL_optnumber = lua_Number function(lua_State* L, int arg, lua_Number def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_prepbuffsize
alias pluaL_prepbuffsize = char* function(luaL_Buffer* B, 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.
pluaL_pushresult
alias pluaL_pushresult = void function(luaL_Buffer* B)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_pushresultsize
alias pluaL_pushresultsize = void function(luaL_Buffer* B, 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.
pluaL_ref
alias pluaL_ref = int function(lua_State* L, int t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_requiref
alias pluaL_requiref = void function(lua_State* L, const(char)* modname, lua_CFunction openf, int glb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_setfuncs
alias pluaL_setfuncs = void function(lua_State* L, const(luaL_Reg)* l, int nup)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_setmetatable
alias pluaL_setmetatable = void function(lua_State* L, const(char)* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_testudata
alias pluaL_testudata = void* function(lua_State* L, int ud, const(char)* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_tolstring
alias pluaL_tolstring = const(char)* function(lua_State* L, int idx, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_traceback
alias pluaL_traceback = void function(lua_State* L, lua_State* L1, const(char)* msg, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_typeerror
alias pluaL_typeerror = int function(lua_State* L, int arg, const(char)* tname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_unref
alias pluaL_unref = void function(lua_State* L, int t, int ref_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaL_where
alias pluaL_where = void function(lua_State* L, int lvl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_absindex
alias plua_absindex = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_arith
alias plua_arith = void function(lua_State* L, int op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_atpanic
alias plua_atpanic = lua_CFunction function(lua_State* L, lua_CFunction panicf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_callk
alias plua_callk = void function(lua_State* L, int nargs, int nresults, lua_KContext ctx, lua_KFunction k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_checkstack
alias plua_checkstack = int function(lua_State* L, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_close
alias plua_close = void 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.
plua_compare
alias plua_compare = int function(lua_State* L, int idx1, int idx2, int op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_concat
alias plua_concat = void function(lua_State* L, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_copy
alias plua_copy = void function(lua_State* L, int fromidx, int toidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_createtable
alias plua_createtable = void function(lua_State* L, int narr, int nrecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_dump
alias plua_dump = int function(lua_State* L, lua_Writer writer, void* data, int strip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_error
alias plua_error = 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.
plua_gc
alias plua_gc = int function(lua_State* L, int what, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getallocf
alias plua_getallocf = lua_Alloc function(lua_State* L, void** ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getfield
alias plua_getfield = int function(lua_State* L, int idx, const(char)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getglobal
alias plua_getglobal = int function(lua_State* L, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_gethook
alias plua_gethook = lua_Hook 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.
plua_gethookcount
alias plua_gethookcount = 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.
plua_gethookmask
alias plua_gethookmask = 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.
plua_geti
alias plua_geti = int function(lua_State* L, int idx, lua_Integer n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getinfo
alias plua_getinfo = int function(lua_State* L, const(char)* what, lua_Debug* ar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getiuservalue
alias plua_getiuservalue = int function(lua_State* L, int idx, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getlocal
alias plua_getlocal = const(char)* function(lua_State* L, const(lua_Debug)* ar, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getmetatable
alias plua_getmetatable = int function(lua_State* L, int objindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_getstack
alias plua_getstack = int function(lua_State* L, int, lua_Debug* ar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_gettable
alias plua_gettable = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_gettop
alias plua_gettop = 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.
plua_getupvalue
alias plua_getupvalue = const(char)* function(lua_State* L, int funcindex, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_iscfunction
alias plua_iscfunction = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_isinteger
alias plua_isinteger = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_isnumber
alias plua_isnumber = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_isstring
alias plua_isstring = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_isuserdata
alias plua_isuserdata = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_isyieldable
alias plua_isyieldable = 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.
plua_len
alias plua_len = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_load
alias plua_load = int function(lua_State* L, lua_Reader reader, void* dt, const(char)* chunkname, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_newstate
alias plua_newstate = lua_State* function(lua_Alloc f, void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_newthread
alias plua_newthread = lua_State* 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.
plua_newuserdatauv
alias plua_newuserdatauv = void* function(lua_State* L, size_t sz, int nuvalue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_next
alias plua_next = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pcallk
alias plua_pcallk = int function(lua_State* L, int nargs, int nresults, int errfunc, lua_KContext ctx, lua_KFunction k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushboolean
alias plua_pushboolean = void function(lua_State* L, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushcclosure
alias plua_pushcclosure = void function(lua_State* L, lua_CFunction fn, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushfstring
alias plua_pushfstring = const(char)* function(lua_State* L, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushinteger
alias plua_pushinteger = void function(lua_State* L, lua_Integer n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushlightuserdata
alias plua_pushlightuserdata = void function(lua_State* L, void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushlstring
alias plua_pushlstring = const(char)* function(lua_State* L, const(char)* s, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushnil
alias plua_pushnil = void 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.
plua_pushnumber
alias plua_pushnumber = void function(lua_State* L, lua_Number n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushstring
alias plua_pushstring = const(char)* function(lua_State* L, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushthread
alias plua_pushthread = 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.
plua_pushvalue
alias plua_pushvalue = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_pushvfstring
alias plua_pushvfstring = const(char)* function(lua_State* L, const(char)* fmt, va_list argp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawequal
alias plua_rawequal = int function(lua_State* L, int idx1, int idx2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawget
alias plua_rawget = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawgeti
alias plua_rawgeti = int function(lua_State* L, int idx, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawgetp
alias plua_rawgetp = int function(lua_State* L, int idx, const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawlen
alias plua_rawlen = lua_Unsigned function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawset
alias plua_rawset = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawseti
alias plua_rawseti = void function(lua_State* L, int idx, lua_Integer n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rawsetp
alias plua_rawsetp = void function(lua_State* L, int idx, const(void)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_resume
alias plua_resume = int function(lua_State* L, lua_State* from, int narg, int* nres)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_rotate
alias plua_rotate = void function(lua_State* L, int idx, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setallocf
alias plua_setallocf = void function(lua_State* L, lua_Alloc f, void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setfield
alias plua_setfield = void function(lua_State* L, int idx, const(char)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setglobal
alias plua_setglobal = void function(lua_State* L, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_sethook
alias plua_sethook = int function(lua_State* L, lua_Hook func, int mask, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_seti
alias plua_seti = void function(lua_State* L, int idx, lua_Integer n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setiuservalue
alias plua_setiuservalue = int function(lua_State* L, int idx, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setlocal
alias plua_setlocal = const(char)* function(lua_State* L, const(lua_Debug)* ar, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setmetatable
alias plua_setmetatable = int function(lua_State* L, int objindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_settable
alias plua_settable = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_settop
alias plua_settop = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setupvalue
alias plua_setupvalue = const(char)* function(lua_State* L, int funcindex, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_setwarnf
alias plua_setwarnf = void function(lua_State* L, lua_WarnFunction f, void* ud)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_status
alias plua_status = 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.
plua_stringtonumber
alias plua_stringtonumber = size_t function(lua_State* L, const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_toboolean
alias plua_toboolean = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_tocfunction
alias plua_tocfunction = lua_CFunction function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_toclose
alias plua_toclose = void function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_tointegerx
alias plua_tointegerx = lua_Integer function(lua_State* L, int idx, int* isnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_tolstring
alias plua_tolstring = const(char)* function(lua_State* L, int idx, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_tonumberx
alias plua_tonumberx = lua_Number function(lua_State* L, int idx, int* isnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_topointer
alias plua_topointer = const(void)* function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_tothread
alias plua_tothread = lua_State* function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_touserdata
alias plua_touserdata = void* function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_type
alias plua_type = int function(lua_State* L, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_typename
alias plua_typename = const(char)* function(lua_State* L, int tp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_upvalueid
alias plua_upvalueid = void* function(lua_State* L, int fidx, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_upvaluejoin
alias plua_upvaluejoin = void function(lua_State* L, int fidx1, int n1, int fidx2, int n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_version
alias plua_version = lua_Number 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.
plua_warning
alias plua_warning = void function(lua_State* L, const char* msg, int tocont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_xmove
alias plua_xmove = void function(lua_State* L, lua_State* to, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
plua_yieldk
alias plua_yieldk = int function(lua_State* L, int nresults, lua_KContext ctx, lua_KFunction k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pluaopen_base
alias pluaopen_base = 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.
pluaopen_coroutine
alias pluaopen_coroutine = 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.
pluaopen_debug
alias pluaopen_debug = 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.
pluaopen_io
alias pluaopen_io = 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.
pluaopen_math
alias pluaopen_math = 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.
pluaopen_os
alias pluaopen_os = 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.
pluaopen_package
alias pluaopen_package = 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.
pluaopen_string
alias pluaopen_string = 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.
pluaopen_table
alias pluaopen_table = 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.
pluaopen_utf8
alias pluaopen_utf8 = 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.

Functions

isLuaLoaded
bool isLuaLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadLua
LuaSupport loadLua()
Undocumented in source. Be warned that the author may not have intended to support it.
loadLua
LuaSupport loadLua(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedLuaVersion
LuaSupport loadedLuaVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadLua
void unloadLua()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

luaL_addgsub
pluaL_addgsub luaL_addgsub;
Undocumented in source.
luaL_addlstring
pluaL_addlstring luaL_addlstring;
Undocumented in source.
luaL_addstring
pluaL_addstring luaL_addstring;
Undocumented in source.
luaL_addvalue
pluaL_addvalue luaL_addvalue;
Undocumented in source.
luaL_argerror
pluaL_argerror luaL_argerror;
Undocumented in source.
luaL_buffinit
pluaL_buffinit luaL_buffinit;
Undocumented in source.
luaL_buffinitsize
pluaL_buffinitsize luaL_buffinitsize;
Undocumented in source.
luaL_callmeta
pluaL_callmeta luaL_callmeta;
Undocumented in source.
luaL_checkany
pluaL_checkany luaL_checkany;
Undocumented in source.
luaL_checkinteger
pluaL_checkinteger luaL_checkinteger;
Undocumented in source.
luaL_checklstring
pluaL_checklstring luaL_checklstring;
Undocumented in source.
luaL_checknumber
pluaL_checknumber luaL_checknumber;
Undocumented in source.
luaL_checkoption
pluaL_checkoption luaL_checkoption;
Undocumented in source.
luaL_checkstack
pluaL_checkstack luaL_checkstack;
Undocumented in source.
luaL_checktype
pluaL_checktype luaL_checktype;
Undocumented in source.
luaL_checkudata
pluaL_checkudata luaL_checkudata;
Undocumented in source.
luaL_checkversion_
pluaL_checkversion_ luaL_checkversion_;
Undocumented in source.
luaL_error
pluaL_error luaL_error;
Undocumented in source.
luaL_execresult
pluaL_execresult luaL_execresult;
Undocumented in source.
luaL_fileresult
pluaL_fileresult luaL_fileresult;
Undocumented in source.
luaL_getmetafield
pluaL_getmetafield luaL_getmetafield;
Undocumented in source.
luaL_getsubtable
pluaL_getsubtable luaL_getsubtable;
Undocumented in source.
luaL_gsub
pluaL_gsub luaL_gsub;
Undocumented in source.
luaL_len
pluaL_len luaL_len;
Undocumented in source.
luaL_loadbufferx
pluaL_loadbufferx luaL_loadbufferx;
Undocumented in source.
luaL_loadfilex
pluaL_loadfilex luaL_loadfilex;
Undocumented in source.
luaL_loadstring
pluaL_loadstring luaL_loadstring;
Undocumented in source.
luaL_newmetatable
pluaL_newmetatable luaL_newmetatable;
Undocumented in source.
luaL_newstate
pluaL_newstate luaL_newstate;
Undocumented in source.
luaL_openlibs
pluaL_openlibs luaL_openlibs;
Undocumented in source.
luaL_optinteger
pluaL_optinteger luaL_optinteger;
Undocumented in source.
luaL_optlstring
pluaL_optlstring luaL_optlstring;
Undocumented in source.
luaL_optnumber
pluaL_optnumber luaL_optnumber;
Undocumented in source.
luaL_prepbuffsize
pluaL_prepbuffsize luaL_prepbuffsize;
Undocumented in source.
luaL_pushresult
pluaL_pushresult luaL_pushresult;
Undocumented in source.
luaL_pushresultsize
pluaL_pushresultsize luaL_pushresultsize;
Undocumented in source.
luaL_ref
pluaL_ref luaL_ref;
Undocumented in source.
luaL_requiref
pluaL_requiref luaL_requiref;
Undocumented in source.
luaL_setfuncs
pluaL_setfuncs luaL_setfuncs;
Undocumented in source.
luaL_setmetatable
pluaL_setmetatable luaL_setmetatable;
Undocumented in source.
luaL_testudata
pluaL_testudata luaL_testudata;
Undocumented in source.
luaL_tolstring
pluaL_tolstring luaL_tolstring;
Undocumented in source.
luaL_traceback
pluaL_traceback luaL_traceback;
Undocumented in source.
luaL_typeerror
pluaL_typeerror luaL_typeerror;
Undocumented in source.
luaL_unref
pluaL_unref luaL_unref;
Undocumented in source.
luaL_where
pluaL_where luaL_where;
Undocumented in source.
lua_absindex
plua_absindex lua_absindex;
Undocumented in source.
lua_arith
plua_arith lua_arith;
Undocumented in source.
lua_atpanic
plua_atpanic lua_atpanic;
Undocumented in source.
lua_callk
plua_callk lua_callk;
Undocumented in source.
lua_checkstack
plua_checkstack lua_checkstack;
Undocumented in source.
lua_close
plua_close lua_close;
Undocumented in source.
lua_compare
plua_compare lua_compare;
Undocumented in source.
lua_concat
plua_concat lua_concat;
Undocumented in source.
lua_copy
plua_copy lua_copy;
Undocumented in source.
lua_createtable
plua_createtable lua_createtable;
Undocumented in source.
lua_dump
plua_dump lua_dump;
Undocumented in source.
lua_error
plua_error lua_error;
Undocumented in source.
lua_gc
plua_gc lua_gc;
Undocumented in source.
lua_getallocf
plua_getallocf lua_getallocf;
Undocumented in source.
lua_getfield
plua_getfield lua_getfield;
Undocumented in source.
lua_getglobal
plua_getglobal lua_getglobal;
Undocumented in source.
lua_gethook
plua_gethook lua_gethook;
Undocumented in source.
lua_gethookcount
plua_gethookcount lua_gethookcount;
Undocumented in source.
lua_gethookmask
plua_gethookmask lua_gethookmask;
Undocumented in source.
lua_geti
plua_geti lua_geti;
Undocumented in source.
lua_getinfo
plua_getinfo lua_getinfo;
Undocumented in source.
lua_getiuservalue
plua_getiuservalue lua_getiuservalue;
Undocumented in source.
lua_getlocal
plua_getlocal lua_getlocal;
Undocumented in source.
lua_getmetatable
plua_getmetatable lua_getmetatable;
Undocumented in source.
lua_getstack
plua_getstack lua_getstack;
Undocumented in source.
lua_gettable
plua_gettable lua_gettable;
Undocumented in source.
lua_gettop
plua_gettop lua_gettop;
Undocumented in source.
lua_getupvalue
plua_getupvalue lua_getupvalue;
Undocumented in source.
lua_iscfunction
plua_iscfunction lua_iscfunction;
Undocumented in source.
lua_isinteger
plua_isinteger lua_isinteger;
Undocumented in source.
lua_isnumber
plua_isnumber lua_isnumber;
Undocumented in source.
lua_isstring
plua_isstring lua_isstring;
Undocumented in source.
lua_isuserdata
plua_isuserdata lua_isuserdata;
Undocumented in source.
lua_isyieldable
plua_isyieldable lua_isyieldable;
Undocumented in source.
lua_len
plua_len lua_len;
Undocumented in source.
lua_load
plua_load lua_load;
Undocumented in source.
lua_newstate
plua_newstate lua_newstate;
Undocumented in source.
lua_newthread
plua_newthread lua_newthread;
Undocumented in source.
lua_newuserdatauv
plua_newuserdatauv lua_newuserdatauv;
Undocumented in source.
lua_next
plua_next lua_next;
Undocumented in source.
lua_pcallk
plua_pcallk lua_pcallk;
Undocumented in source.
lua_pushboolean
plua_pushboolean lua_pushboolean;
Undocumented in source.
lua_pushcclosure
plua_pushcclosure lua_pushcclosure;
Undocumented in source.
lua_pushfstring
plua_pushfstring lua_pushfstring;
Undocumented in source.
lua_pushinteger
plua_pushinteger lua_pushinteger;
Undocumented in source.
lua_pushlightuserdata
plua_pushlightuserdata lua_pushlightuserdata;
Undocumented in source.
lua_pushlstring
plua_pushlstring lua_pushlstring;
Undocumented in source.
lua_pushnil
plua_pushnil lua_pushnil;
Undocumented in source.
lua_pushnumber
plua_pushnumber lua_pushnumber;
Undocumented in source.
lua_pushstring
plua_pushstring lua_pushstring;
Undocumented in source.
lua_pushthread
plua_pushthread lua_pushthread;
Undocumented in source.
lua_pushvalue
plua_pushvalue lua_pushvalue;
Undocumented in source.
lua_pushvfstring
plua_pushvfstring lua_pushvfstring;
Undocumented in source.
lua_rawequal
plua_rawequal lua_rawequal;
Undocumented in source.
lua_rawget
plua_rawget lua_rawget;
Undocumented in source.
lua_rawgeti
plua_rawgeti lua_rawgeti;
Undocumented in source.
lua_rawgetp
plua_rawgetp lua_rawgetp;
Undocumented in source.
lua_rawlen
plua_rawlen lua_rawlen;
Undocumented in source.
lua_rawset
plua_rawset lua_rawset;
Undocumented in source.
lua_rawseti
plua_rawseti lua_rawseti;
Undocumented in source.
lua_rawsetp
plua_rawsetp lua_rawsetp;
Undocumented in source.
lua_resume
plua_resume lua_resume;
Undocumented in source.
lua_rotate
plua_rotate lua_rotate;
Undocumented in source.
lua_setallocf
plua_setallocf lua_setallocf;
Undocumented in source.
lua_setfield
plua_setfield lua_setfield;
Undocumented in source.
lua_setglobal
plua_setglobal lua_setglobal;
Undocumented in source.
lua_sethook
plua_sethook lua_sethook;
Undocumented in source.
lua_seti
plua_seti lua_seti;
Undocumented in source.
lua_setiuservalue
plua_setiuservalue lua_setiuservalue;
Undocumented in source.
lua_setlocal
plua_setlocal lua_setlocal;
Undocumented in source.
lua_setmetatable
plua_setmetatable lua_setmetatable;
Undocumented in source.
lua_settable
plua_settable lua_settable;
Undocumented in source.
lua_settop
plua_settop lua_settop;
Undocumented in source.
lua_setupvalue
plua_setupvalue lua_setupvalue;
Undocumented in source.
lua_setwarnf
plua_setwarnf lua_setwarnf;
Undocumented in source.
lua_status
plua_status lua_status;
Undocumented in source.
lua_stringtonumber
plua_stringtonumber lua_stringtonumber;
Undocumented in source.
lua_toboolean
plua_toboolean lua_toboolean;
Undocumented in source.
lua_tocfunction
plua_tocfunction lua_tocfunction;
Undocumented in source.
lua_toclose
plua_toclose lua_toclose;
Undocumented in source.
lua_tointegerx
plua_tointegerx lua_tointegerx;
Undocumented in source.
lua_tolstring
plua_tolstring lua_tolstring;
Undocumented in source.
lua_tonumberx
plua_tonumberx lua_tonumberx;
Undocumented in source.
lua_topointer
plua_topointer lua_topointer;
Undocumented in source.
lua_tothread
plua_tothread lua_tothread;
Undocumented in source.
lua_touserdata
plua_touserdata lua_touserdata;
Undocumented in source.
lua_type
plua_type lua_type;
Undocumented in source.
lua_typename
plua_typename lua_typename;
Undocumented in source.
lua_upvalueid
plua_upvalueid lua_upvalueid;
Undocumented in source.
lua_upvaluejoin
plua_upvaluejoin lua_upvaluejoin;
Undocumented in source.
lua_version
plua_version lua_version;
Undocumented in source.
lua_warning
plua_warning lua_warning;
Undocumented in source.
lua_xmove
plua_xmove lua_xmove;
Undocumented in source.
lua_yieldk
plua_yieldk lua_yieldk;
Undocumented in source.
luaopen_base
pluaopen_base luaopen_base;
Undocumented in source.
luaopen_coroutine
pluaopen_coroutine luaopen_coroutine;
Undocumented in source.
luaopen_debug
pluaopen_debug luaopen_debug;
Undocumented in source.
luaopen_io
pluaopen_io luaopen_io;
Undocumented in source.
luaopen_math
pluaopen_math luaopen_math;
Undocumented in source.
luaopen_os
pluaopen_os luaopen_os;
Undocumented in source.
luaopen_package
pluaopen_package luaopen_package;
Undocumented in source.
luaopen_string
pluaopen_string luaopen_string;
Undocumented in source.
luaopen_table
pluaopen_table luaopen_table;
Undocumented in source.
luaopen_utf8
pluaopen_utf8 luaopen_utf8;
Undocumented in source.

Meta