- luaL_addcharvoid luaL_addchar(luaL_Buffer* B, char c) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_addsizevoid luaL_addsize(luaL_Buffer* B, size_t s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_argcheckvoid 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_argexpectedvoid luaL_argexpected(lua_State* L, bool cond, int arg, const(char)* tname) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_buffaddrchar* luaL_buffaddr(luaL_Buffer* B) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_bufflensize_t luaL_bufflen(luaL_Buffer* B) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_buffsubvoid luaL_buffsub(luaL_Buffer* B, size_t s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_checkintint luaL_checkint(lua_State* L, int a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_checklongc_long luaL_checklong(lua_State* L, int a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_checkstringconst(char)* luaL_checkstring(lua_State* L, int arg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_checkunsignedlua_Unsigned luaL_checkunsigned(lua_State* L, int a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_checkversionvoid luaL_checkversion(lua_State* L) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_dofilebool luaL_dofile(lua_State* L, const(char)* filename) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_dostringbool luaL_dostring(lua_State* L, const(char)* str) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_getmetatablevoid luaL_getmetatable(lua_State* L, const(char)* tname) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_loadbufferint 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_loadfileint luaL_loadfile(lua_State* L, const(char)* filename) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_newlibvoid luaL_newlib(lua_State* L, const(luaL_Reg)[] l) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_newlibtablevoid luaL_newlibtable(lua_State* L, const(luaL_Reg)[] l) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_optintint luaL_optint(lua_State* L, int a, int d) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_optlongc_long luaL_optlong(lua_State* L, int a, int d) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_optstringconst(char)* luaL_optstring(lua_State* L, int arg, const(char)* d) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_optunsignedlua_Unsigned luaL_optunsigned(lua_State* L, int a, lua_Unsigned d) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_prepbufferchar* luaL_prepbuffer(luaL_Buffer* B) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- luaL_typenameconst(char)* luaL_typename(lua_State* L, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_callvoid lua_call(lua_State* L, int n, int r) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_equalint lua_equal(lua_State* L, int idx1, int idx2) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_getextraspacevoid* lua_getextraspace(lua_State* L) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_getuservalueint lua_getuservalue(lua_State* L, int idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_insertvoid lua_insert(lua_State* L, int idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isbooleanbool lua_isboolean(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isfunctionbool lua_isfunction(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_islightuserdatabool lua_islightuserdata(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isnilbool lua_isnil(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isnonebool lua_isnone(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isnoneornilbool lua_isnoneornil(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_istablebool lua_istable(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_isthreadbool lua_isthread(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_lessthanint lua_lessthan(lua_State* L, int idx1, int idx2) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_newtablevoid lua_newtable(lua_State* L) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_newuserdatavoid* lua_newuserdata(lua_State* L, size_t s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_pcallint lua_pcall(lua_State* L, int n, int r, int f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_popvoid lua_pop(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_pushcfunctionvoid lua_pushcfunction(lua_State* L, lua_CFunction f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_pushglobaltablevoid lua_pushglobaltable(lua_State* L) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_pushliteralvoid lua_pushliteral(lua_State* L, const(char)[] s) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_pushunsignedvoid lua_pushunsigned(lua_State* L, lua_Unsigned n) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_registervoid lua_register(lua_State* L, const(char)* n, lua_CFunction f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_removevoid lua_remove(lua_State* L, int idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_replacevoid lua_replace(lua_State* L, int idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_setuservalueint lua_setuservalue(lua_State* L, int idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_tointegerlua_Integer lua_tointeger(lua_State* L, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_tonumberlua_Number lua_tonumber(lua_State* L, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_tostringconst(char)* lua_tostring(lua_State* L, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_tounsignedlua_Unsigned lua_tounsigned(lua_State* L, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_tounsignedxlua_Unsigned lua_tounsignedx(lua_State* L, int i, int* pi) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_upvalueindexint lua_upvalueindex(int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lua_yieldint lua_yield(lua_State* L, int n) 
- Undocumented in source. Be warned that the author may not have intended to support it.