dlua.lauxlib

Undocumented in source.

Members

Functions

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_argcheck
auto luaL_argcheck(T0 L, T1 cond, T2 arg, T3 extramsg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_argerror
int luaL_argerror(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.
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_buffinitsize
char* luaL_buffinitsize(lua_State* L, 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.
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 arg)
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 arg)
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 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.
luaL_checknumber
lua_Number luaL_checknumber(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.
luaL_checkoption
int luaL_checkoption(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.
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_checkstring
auto luaL_checkstring(T0 L, T1 n)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checktype
void luaL_checktype(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.
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_checkversion
auto luaL_checkversion(T L)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checkversion_
void luaL_checkversion_(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.
luaL_dofile
auto luaL_dofile(T0 L, T1 fn)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_dostring
auto luaL_dostring(T0 L, T1 s)
Undocumented in source. Be warned that the author may not have intended to support it.
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_execresult
int luaL_execresult(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.
luaL_fileresult
int luaL_fileresult(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.
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_getmetatable
auto luaL_getmetatable(T0 L, T1 n)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_getsubtable
int luaL_getsubtable(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.
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_len
lua_Integer luaL_len(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.
luaL_loadbuffer
auto luaL_loadbuffer(T0 L, T1 s, T2 sz, T3 n)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_loadbufferx
int luaL_loadbufferx(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.
luaL_loadfile
auto luaL_loadfile(T0 L, T1 f)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_loadfilex
int luaL_loadfilex(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.
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_newlibtable
auto luaL_newlibtable(T0 L, T1 l)
Undocumented in source. Be warned that the author may not have intended to support it.
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_opt
auto luaL_opt(T0 L, T1 f, T2 n, T3 d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optinteger
lua_Integer luaL_optinteger(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.
luaL_optlstring
const(char)* luaL_optlstring(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.
luaL_optnumber
lua_Number luaL_optnumber(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.
luaL_optstring
auto luaL_optstring(T0 L, T1 n, T2 d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_prepbuffer
auto luaL_prepbuffer(T B)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_prepbuffsize
char* luaL_prepbuffsize(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.
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_pushresultsize
void luaL_pushresultsize(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.
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_requiref
void luaL_requiref(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.
luaL_setfuncs
void luaL_setfuncs(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.
luaL_setmetatable
void luaL_setmetatable(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_testudata
void* luaL_testudata(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_tolstring
const(char)* luaL_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.
luaL_traceback
void luaL_traceback(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.
luaL_typename
auto luaL_typename(T0 L, T1 i)
Undocumented in source. Be warned that the author may not have intended to support it.
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_writestring
auto lua_writestring(T0 s, T1 l)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LUAL_NUMSIZES
enum LUAL_NUMSIZES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_ERRFILE
enum LUA_ERRFILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_FILEHANDLE
enum LUA_FILEHANDLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_LOADED_TABLE
enum LUA_LOADED_TABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_NOREF
enum LUA_NOREF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_PRELOAD_TABLE
enum LUA_PRELOAD_TABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_REFNIL
enum LUA_REFNIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

luaL_Buffer
struct luaL_Buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_Reg
struct luaL_Reg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_Stream
struct luaL_Stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta