bindbc.lua.v51.bindstatic

Undocumented in source.

Members

Functions

luaI_openlib
void luaI_openlib(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.
luaL_addlstring
void luaL_addlstring(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.
luaL_addstring
void luaL_addstring(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.
luaL_addvalue
void luaL_addvalue(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.
luaL_argerror
int luaL_argerror(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.
luaL_buffinit
void luaL_buffinit(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.
luaL_callmeta
int luaL_callmeta(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.
luaL_checkany
void luaL_checkany(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.
luaL_checkinteger
lua_Integer luaL_checkinteger(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.
luaL_checklstring
const(char)* luaL_checklstring(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.
luaL_checknumber
lua_Number luaL_checknumber(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.
luaL_checkoption
int luaL_checkoption(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.
luaL_checkstack
void luaL_checkstack(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.
luaL_checktype
void luaL_checktype(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.
luaL_checkudata
void* luaL_checkudata(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.
luaL_error
int luaL_error(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.
luaL_findtable
const(char)* luaL_findtable(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.
luaL_getmetafield
int luaL_getmetafield(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.
luaL_gsub
const(char)* luaL_gsub(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.
luaL_loadbuffer
int luaL_loadbuffer(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.
luaL_loadfile
int luaL_loadfile(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.
luaL_loadstring
int luaL_loadstring(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.
luaL_newmetatable
int luaL_newmetatable(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.
luaL_newstate
lua_State* luaL_newstate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_openlibs
void luaL_openlibs(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.
luaL_optinteger
lua_Integer luaL_optinteger(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.
luaL_optlstring
const(char)* luaL_optlstring(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.
luaL_optnumber
lua_Number luaL_optnumber(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.
luaL_prepbuffer
char* luaL_prepbuffer(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.
luaL_pushresult
void luaL_pushresult(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.
luaL_ref
int luaL_ref(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.
luaL_register
void luaL_register(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.
luaL_typerror
int luaL_typerror(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.
luaL_unref
void luaL_unref(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.
luaL_where
void luaL_where(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.
lua_atpanic
lua_CFunction lua_atpanic(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.
lua_call
void lua_call(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.
lua_checkstack
int lua_checkstack(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.
lua_close
lua_State* lua_close(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_concat
void lua_concat(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.
lua_cpcall
int lua_cpcall(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.
lua_createtable
void lua_createtable(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.
lua_dump
int lua_dump(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.
lua_equal
int lua_equal(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.
lua_error
int lua_error(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gc
int lua_gc(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.
lua_getallocf
lua_Alloc lua_getallocf(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.
lua_getfenv
void lua_getfenv(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.
lua_getfield
void lua_getfield(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.
lua_gethook
lua_Hook lua_gethook(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gethookcount
int lua_gethookcount(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gethookmask
int lua_gethookmask(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getinfo
int lua_getinfo(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.
lua_getlocal
const(char)* lua_getlocal(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.
lua_getmetatable
int lua_getmetatable(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.
lua_getstack
int lua_getstack(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.
lua_gettable
void lua_gettable(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.
lua_gettop
int lua_gettop(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getupvalue
const(char)* lua_getupvalue(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.
lua_insert
void lua_insert(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.
lua_iscfunction
int lua_iscfunction(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.
lua_isnumber
int lua_isnumber(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.
lua_isstring
int lua_isstring(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.
lua_isuserdata
int lua_isuserdata(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.
lua_lessthan
int lua_lessthan(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.
lua_load
int lua_load(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.
lua_newstate
lua_State* lua_newstate(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.
lua_newthread
lua_State* lua_newthread(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_newuserdata
void* lua_newuserdata(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.
lua_next
int lua_next(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.
lua_objlen
size_t lua_objlen(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.
lua_pcall
int lua_pcall(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.
lua_pushboolean
void lua_pushboolean(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.
lua_pushcclosure
void lua_pushcclosure(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.
lua_pushfstring
const(char)* lua_pushfstring(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.
lua_pushinteger
void lua_pushinteger(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.
lua_pushlightuserdata
void lua_pushlightuserdata(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.
lua_pushlstring
void lua_pushlstring(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.
lua_pushnil
void lua_pushnil(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushnumber
void lua_pushnumber(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.
lua_pushstring
void lua_pushstring(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.
lua_pushthread
int lua_pushthread(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushvalue
void lua_pushvalue(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.
lua_pushvfstring
const(char)* lua_pushvfstring(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.
lua_rawequal
int lua_rawequal(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.
lua_rawget
void lua_rawget(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.
lua_rawgeti
void lua_rawgeti(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.
lua_rawset
void lua_rawset(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.
lua_rawseti
void lua_rawseti(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.
lua_remove
void lua_remove(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.
lua_replace
void lua_replace(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.
lua_resume
int lua_resume(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.
lua_setallocf
void lua_setallocf(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.
lua_setfenv
int lua_setfenv(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.
lua_setfield
void lua_setfield(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.
lua_sethook
int lua_sethook(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.
lua_setlevel
void lua_setlevel(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.
lua_setlocal
const(char)* lua_setlocal(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.
lua_setmetatable
int lua_setmetatable(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.
lua_settable
void lua_settable(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.
lua_settop
void lua_settop(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.
lua_setupvalue
const(char)* lua_setupvalue(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.
lua_status
int lua_status(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_toboolean
int lua_toboolean(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.
lua_tocfunction
lua_CFunction lua_tocfunction(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.
lua_tointeger
lua_Integer lua_tointeger(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.
lua_tolstring
const(char)* lua_tolstring(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.
lua_tonumber
lua_Number lua_tonumber(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.
lua_topointer
const(void)* lua_topointer(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.
lua_tothread
lua_State* lua_tothread(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.
lua_touserdata
void* lua_touserdata(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.
lua_type
int lua_type(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.
lua_typename
const(char)* lua_typename(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.
lua_xmove
void lua_xmove(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.
lua_yield
int lua_yield(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.
luaopen_base
int luaopen_base(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.
luaopen_debug
int luaopen_debug(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.
luaopen_io
int luaopen_io(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.
luaopen_math
int luaopen_math(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.
luaopen_os
int luaopen_os(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.
luaopen_package
int luaopen_package(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.
luaopen_string
int luaopen_string(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.
luaopen_table
int luaopen_table(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.

Meta