lua.lauxlib

Undocumented in source.

Members

Functions

luaL_addchar
void luaL_addchar(luaL_Buffer* B, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
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_addsize
void luaL_addsize(luaL_Buffer* B, size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
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
void luaL_argcheck(lua_State* L, bool cond, int arg, const(char)* 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_checkint
deprecated int luaL_checkint(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
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_checklong
deprecated long luaL_checklong(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
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(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
const(char)* luaL_checkstring(lua_State* L, int arg)
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_checkunsigned
deprecated lua_Unsigned luaL_checkunsigned(lua_State* L, int arg)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_checkversion
void luaL_checkversion(lua_State* 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
int luaL_dofile(lua_State* L, const(char)* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_dostring
int luaL_dostring(lua_State* L, const(char)* 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
int luaL_getmetatable(lua_State* L, const(char)* k)
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
int luaL_loadbuffer(lua_State* L, const(char)* buff, size_t sz, const(char)* name)
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
int luaL_loadfile(lua_State* L, const(char)* filename)
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_newlib
void luaL_newlib(lua_State* L, luaL_Reg[] l)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_newlibtable
void luaL_newlibtable(lua_State* L, luaL_Reg[] 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_openlib
deprecated void luaL_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_openlib
deprecated void luaL_openlib(lua_State* L, const(char)* libname, const(luaL_Reg)* l)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_opt
auto luaL_opt(lua_State* L, F f, int n, Default d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optint
deprecated int luaL_optint(lua_State* L, int arg, lua_Integer def)
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_optlong
deprecated long luaL_optlong(lua_State* L, int arg, lua_Integer def)
Undocumented in source. Be warned that the author may not have intended to support it.
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
const(char)* luaL_optstring(lua_State* L, int arg, const(char)* def)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optunsigned
deprecated lua_Unsigned luaL_optunsigned(lua_State* L, int arg, lua_Integer def)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_prepbuffer
char* luaL_prepbuffer(luaL_Buffer* 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_pushmodule
deprecated void luaL_pushmodule(lua_State* L, const(char)* modname, int sizehint)
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
const(char)* luaL_typename(lua_State* L, int tp)
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_writeline
void lua_writeline()
Undocumented in source. Be warned that the author may not have intended to support it.
lua_writestring
ulong lua_writestring(const(char)* s, size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_writestringerror
void lua_writestringerror(const(char)* s, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LUAL_BUFFERSIZE
enum LUAL_BUFFERSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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