- pluaI_openlib
alias pluaI_openlib = void function(lua_State* L, const(char)* libname, 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_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 numarg, 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_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 narg)
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 numArg)
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 numarg, 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 numArg)
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 narg, 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 narg, 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 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_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_findtable
alias pluaL_findtable = const(char)* function(lua_State* L, int idx, const(char)* fname, int szhint)
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_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_loadbuffer
alias pluaL_loadbuffer = int function(lua_State* L, const(char)* buff, size_t sz, 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.
- pluaL_loadfile
alias pluaL_loadfile = int function(lua_State* L, const(char)* filename)
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 nArg, 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 numArg, 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 nArg, 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_prepbuffer
alias pluaL_prepbuffer = char* 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_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_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_register
alias pluaL_register = void function(lua_State* L, const(char)* libname, const(luaL_Reg)* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pluaL_typerror
alias pluaL_typerror = int function(lua_State* L, int narg, 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_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_call
alias plua_call = void function(lua_State* L, int nargs, int nresults)
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 idx)
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_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_cpcall
alias plua_cpcall = int function(lua_State* L, lua_CFunction func, 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_createtable
alias plua_createtable = void function(lua_State* L, int narr, int nrec)
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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- plua_equal
alias plua_equal = 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_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, int data)
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_getfenv
alias plua_getfenv = 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_getfield
alias plua_getfield = 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_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_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_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 level, 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 = 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_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_insert
alias plua_insert = 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_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_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_lessthan
alias plua_lessthan = 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_load
alias plua_load = int function(lua_State* L, lua_Reader reader, void* dt, const(char)* chunkname)
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_newuserdata
alias plua_newuserdata = void* function(lua_State* L, 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.
- 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_objlen
alias plua_objlen = size_t 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_pcall
alias plua_pcall = int function(lua_State* L, int nargs, int nresults, int errFunc)
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 = void function(lua_State* L, 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.
- 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 = void 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 = 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_rawgeti
alias plua_rawgeti = 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_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, 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_remove
alias plua_remove = 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_replace
alias plua_replace = 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_resume
alias plua_resume = int function(lua_State* L, int nargs)
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_setfenv
alias plua_setfenv = 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_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_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_setlevel
alias plua_setlevel = void function(lua_State* from, lua_State* to)
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_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_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_tointeger
alias plua_tointeger = lua_Integer 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_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_tonumber
alias plua_tonumber = lua_Number 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_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_xmove
alias plua_xmove = void function(lua_State* L, lua_State*, 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_yield
alias plua_yield = int function(lua_State* L, int nresults)
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_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.
- luaI_openlib
pluaI_openlib luaI_openlib;
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_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_error
pluaL_error luaL_error;
Undocumented in source.
- luaL_findtable
pluaL_findtable luaL_findtable;
Undocumented in source.
- luaL_getmetafield
pluaL_getmetafield luaL_getmetafield;
Undocumented in source.
- luaL_gsub
pluaL_gsub luaL_gsub;
Undocumented in source.
- luaL_loadbuffer
pluaL_loadbuffer luaL_loadbuffer;
Undocumented in source.
- luaL_loadfile
pluaL_loadfile luaL_loadfile;
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_prepbuffer
pluaL_prepbuffer luaL_prepbuffer;
Undocumented in source.
- luaL_pushresult
pluaL_pushresult luaL_pushresult;
Undocumented in source.
- luaL_ref
pluaL_ref luaL_ref;
Undocumented in source.
- luaL_register
pluaL_register luaL_register;
Undocumented in source.
- luaL_typerror
pluaL_typerror luaL_typerror;
Undocumented in source.
- luaL_unref
pluaL_unref luaL_unref;
Undocumented in source.
- luaL_where
pluaL_where luaL_where;
Undocumented in source.
- lua_atpanic
plua_atpanic lua_atpanic;
Undocumented in source.
- lua_call
plua_call lua_call;
Undocumented in source.
- lua_checkstack
plua_checkstack lua_checkstack;
Undocumented in source.
- lua_close
plua_close lua_close;
Undocumented in source.
- lua_concat
plua_concat lua_concat;
Undocumented in source.
- lua_cpcall
plua_cpcall lua_cpcall;
Undocumented in source.
- lua_createtable
plua_createtable lua_createtable;
Undocumented in source.
- lua_dump
plua_dump lua_dump;
Undocumented in source.
- lua_equal
plua_equal lua_equal;
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_getfenv
plua_getfenv lua_getfenv;
Undocumented in source.
- lua_getfield
plua_getfield lua_getfield;
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_getinfo
plua_getinfo lua_getinfo;
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_insert
plua_insert lua_insert;
Undocumented in source.
- lua_iscfunction
plua_iscfunction lua_iscfunction;
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_lessthan
plua_lessthan lua_lessthan;
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_newuserdata
plua_newuserdata lua_newuserdata;
Undocumented in source.
- lua_next
plua_next lua_next;
Undocumented in source.
- lua_objlen
plua_objlen lua_objlen;
Undocumented in source.
- lua_pcall
plua_pcall lua_pcall;
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_rawset
plua_rawset lua_rawset;
Undocumented in source.
- lua_rawseti
plua_rawseti lua_rawseti;
Undocumented in source.
- lua_remove
plua_remove lua_remove;
Undocumented in source.
- lua_replace
plua_replace lua_replace;
Undocumented in source.
- lua_resume
plua_resume lua_resume;
Undocumented in source.
- lua_setallocf
plua_setallocf lua_setallocf;
Undocumented in source.
- lua_setfenv
plua_setfenv lua_setfenv;
Undocumented in source.
- lua_setfield
plua_setfield lua_setfield;
Undocumented in source.
- lua_sethook
plua_sethook lua_sethook;
Undocumented in source.
- lua_setlevel
plua_setlevel lua_setlevel;
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_status
plua_status lua_status;
Undocumented in source.
- lua_toboolean
plua_toboolean lua_toboolean;
Undocumented in source.
- lua_tocfunction
plua_tocfunction lua_tocfunction;
Undocumented in source.
- lua_tointeger
plua_tointeger lua_tointeger;
Undocumented in source.
- lua_tolstring
plua_tolstring lua_tolstring;
Undocumented in source.
- lua_tonumber
plua_tonumber lua_tonumber;
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_xmove
plua_xmove lua_xmove;
Undocumented in source.
- lua_yield
plua_yield lua_yield;
Undocumented in source.
- luaopen_base
pluaopen_base luaopen_base;
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.