lua.backend.binding

Boost Software License - Version 1.0 - August 17th, 2003

Copyright (c) 2018 Clipsey

Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:

The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Members

Aliases

luaL_argerrorFunc
alias luaL_argerrorFunc = int function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_callmetaFunc
alias luaL_callmetaFunc = int function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkanyFunc
alias luaL_checkanyFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkintegerFunc
alias luaL_checkintegerFunc = lua_Integer function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checklstringFunc
alias luaL_checklstringFunc = const(char)* function(lua_State*, int, size_t* l) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checknumberFunc
alias luaL_checknumberFunc = lua_Number function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkoptionFunc
alias luaL_checkoptionFunc = int function(lua_State*, int, const(char)*, const(const(char)*[])) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkstackFunc
alias luaL_checkstackFunc = void function(lua_State*, int, const char*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checktypeFunc
alias luaL_checktypeFunc = void function(lua_State*, int, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkudataFunc
alias luaL_checkudataFunc = void* function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_errorFunc
alias luaL_errorFunc = int function(lua_State*, const(char)*, ...) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_execresultFunc
alias luaL_execresultFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_fileresultFunc
alias luaL_fileresultFunc = int function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_getmetafieldFunc
alias luaL_getmetafieldFunc = int function(lua_State*, int, const(char)*) nothrow

luaL

luaL_getsubtableFunc
alias luaL_getsubtableFunc = int function(lua_State*, int, const(char)* fname) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_gsubFunc
alias luaL_gsubFunc = const(char)* function(lua_State*, const(char)*, const(char)*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_lenFunc
alias luaL_lenFunc = lua_Integer function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_loadbufferFunc
alias luaL_loadbufferFunc = int function(lua_State*, const(char)*, size_t, const(char)*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_loadfileFunc
alias luaL_loadfileFunc = int function(lua_State*, const(char)*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_loadstringFunc
alias luaL_loadstringFunc = int function(lua_State*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_newmetatableFunc
alias luaL_newmetatableFunc = int function(lua_State*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_newstateFunc
alias luaL_newstateFunc = lua_State* function() nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_openlibsFunc
alias luaL_openlibsFunc = void function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_optintegerFunc
alias luaL_optintegerFunc = lua_Integer function(lua_State*, int, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_optlstringFunc
alias luaL_optlstringFunc = const(char)* function(lua_State*, int, const(char)*, size_t*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_optnumberFunc
alias luaL_optnumberFunc = lua_Number function(lua_State*, int, lua_Number) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_refFunc
alias luaL_refFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_requirefFunc
alias luaL_requirefFunc = void function(lua_State*, const(char)*, lua_CFunction, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_setfuncsFunc
alias luaL_setfuncsFunc = void function(lua_State*, const luaL_Reg*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_setmetatableFunc
alias luaL_setmetatableFunc = void function(lua_State*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_testudataFunc
alias luaL_testudataFunc = void* function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_tolstringFunc
alias luaL_tolstringFunc = const(char)* function(lua_State*, int, size_t*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_tracebackFunc
alias luaL_tracebackFunc = void function(lua_State*, lua_State*, const(char)*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_unrefFunc
alias luaL_unrefFunc = void function(lua_State*, int, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_whereFunc
alias luaL_whereFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_absindexFunc
alias lua_absindexFunc = int function(lua_State*, int idx) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_callFunc
alias lua_callFunc = void function(lua_State*, int, int, lua_KContext, lua_KFunction) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_checkstackFunc
alias lua_checkstackFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_closeFunc
alias lua_closeFunc = void function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_copyFuncFunc
alias lua_copyFuncFunc = void function(lua_State*, int, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_createtableFunc
alias lua_createtableFunc = void function(lua_State*, int, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_dumpFunc
alias lua_dumpFunc = int function(lua_State*, lua_Writer, void*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getfieldFunc
alias lua_getfieldFunc = int function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getiFunc
alias lua_getiFunc = int function(lua_State*, int, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getmetatableFunc
alias lua_getmetatableFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gettableFunc
alias lua_gettableFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gettopFunc
alias lua_gettopFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getuservalueFunc
alias lua_getuservalueFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_iscfunctionFunc
alias lua_iscfunctionFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isintegerFunc
alias lua_isintegerFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isnumberFunc
alias lua_isnumberFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isstringFunc
alias lua_isstringFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isuserdataFunc
alias lua_isuserdataFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isyieldableFunc
alias lua_isyieldableFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_loadFunc
alias lua_loadFunc = int function(lua_State*, lua_Reader, void*, const(char)*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_newstateFunc
alias lua_newstateFunc = lua_State* function(lua_Alloc, void*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_newthreadFunc
alias lua_newthreadFunc = lua_State* function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_newuserdataFunc
alias lua_newuserdataFunc = void* function(lua_State*, size_t) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pcallFunc
alias lua_pcallFunc = int function(lua_State*, int, int, int, lua_KContext, lua_KFunction) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushbooleanFunc
alias lua_pushbooleanFunc = void function(lua_State*, int b) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushcclosureFunc
alias lua_pushcclosureFunc = void function(lua_State*, lua_CFunction fn, int n) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushfstringFunc
alias lua_pushfstringFunc = const(char)* function(lua_State*, const(char)*...) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushintegerFunc
alias lua_pushintegerFunc = void function(lua_State*, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushlightuserdataFunc
alias lua_pushlightuserdataFunc = void function(lua_State*, void* p) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushlstringFunc
alias lua_pushlstringFunc = const(char)* function(lua_State*, const(char)*, size_t) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushnilFunc
alias lua_pushnilFunc = void function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushnumberFunc
alias lua_pushnumberFunc = void function(lua_State*, lua_Number) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushstringFunc
alias lua_pushstringFunc = const(char)* function(lua_State*, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushthreadFunc
alias lua_pushthreadFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushvalueFunc
alias lua_pushvalueFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushvfstringFunc
alias lua_pushvfstringFunc = const(char)* function(lua_State*, const(char)*, ...) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawgetFunc
alias lua_rawgetFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawgetiFunc
alias lua_rawgetiFunc = int function(lua_State*, int, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawgetpFunc
alias lua_rawgetpFunc = int function(lua_State*, int, const(void)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawlenFunc
alias lua_rawlenFunc = size_t function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawsetFunc
alias lua_rawsetFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawsetiFunc
alias lua_rawsetiFunc = void function(lua_State*, int, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawsetpFunc
alias lua_rawsetpFunc = void function(lua_State*, int, const(void)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_resumeFunc
alias lua_resumeFunc = int function(lua_State*, lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rotateFunc
alias lua_rotateFunc = void function(lua_State*, int, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setfieldFunc
alias lua_setfieldFunc = void function(lua_State*, int, const(char)*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setiFunc
alias lua_setiFunc = void function(lua_State*, int, lua_Integer) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setmetatableFunc
alias lua_setmetatableFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_settableFunc
alias lua_settableFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_settopFunc
alias lua_settopFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setuservalueFunc
alias lua_setuservalueFunc = void function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_statusFunc
alias lua_statusFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tobooleanFunc
alias lua_tobooleanFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tocfunctionFunc
alias lua_tocfunctionFunc = lua_CFunction function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tointegerFunc
alias lua_tointegerFunc = lua_Integer function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tolstringFunc
alias lua_tolstringFunc = const(char)* function(lua_State*, int, size_t) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tonumberFunc
alias lua_tonumberFunc = lua_Number function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_topointerFunc
alias lua_topointerFunc = const(void)* function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tothreadFunc
alias lua_tothreadFunc = lua_State* function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_touserdataFunc
alias lua_touserdataFunc = void* function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_typeFunc
alias lua_typeFunc = int function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_typenameFunc
alias lua_typenameFunc = const(char)* function(lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_versionFunc
alias lua_versionFunc = lua_Number function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_xmoveFunc
alias lua_xmoveFunc = void function(lua_State*, lua_State*, int) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_yieldkFunc
alias lua_yieldkFunc = int function(lua_State*, int, lua_KContext, lua_KFunction) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_baseFunc
alias luaopen_baseFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_debugFunc
alias luaopen_debugFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_ioFunc
alias luaopen_ioFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_mathFunc
alias luaopen_mathFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_osFunc
alias luaopen_osFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_packageFunc
alias luaopen_packageFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_stringFunc
alias luaopen_stringFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_tableFunc
alias luaopen_tableFunc = int function(lua_State*) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

loadLua
bool loadLua()
Undocumented in source. Be warned that the author may not have intended to support it.
loadLua
bool loadLua(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_call
void luaL_call(lua_State* L, int n, int r)

#define luaL_argcheck(L, cond,arg,extramsg) \ ((void)((cond) || luaL_argerror(L, (arg), (extramsg)))) #define luaL_dofile(L, fn) \ (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))

luaL_checkstring
const(char)* luaL_checkstring(lua_State* L, int n)
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_newlibtable
void luaL_newlibtable(lua_State* L, T* l)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_optstring
const(char)* luaL_optstring(lua_State* L, int n, const(char)* d)
Undocumented in source. Be warned that the author may not have intended to support it.
luaL_pcall
int luaL_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.
luaL_typename
const(char)* luaL_typename(lua_State* L, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_getglobal
int lua_getglobal(lua_State* state, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_getregistry
void lua_getregistry(lua_State* state)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_loadfile
int lua_loadfile(lua_State* L, const(char*) f)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_newtable
void lua_newtable(lua_State* state)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_open
lua_State* lua_open()
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pop
void lua_pop(lua_State* state, int amount)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pushcfunction
void lua_pushcfunction(lua_State* state, lua_CFunction func)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_pushliteral
void lua_pushliteral(lua_State* state, const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_register
void lua_register(lua_State* state, const(char)* n, lua_CFunction func)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_setglobal
void lua_setglobal(lua_State* state, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
lua_tostring
string lua_tostring(lua_State* state, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadLua
void unloadLua()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

luaL_argerror
luaL_argerrorFunc luaL_argerror;
Undocumented in source.
luaL_callmeta
luaL_callmetaFunc luaL_callmeta;
Undocumented in source.
luaL_checkany
luaL_checkanyFunc luaL_checkany;
Undocumented in source.
luaL_checkinteger
luaL_checkintegerFunc luaL_checkinteger;
Undocumented in source.
luaL_checklstring
luaL_checklstringFunc luaL_checklstring;
Undocumented in source.
luaL_checknumber
luaL_checknumberFunc luaL_checknumber;
Undocumented in source.
luaL_checkoption
luaL_checkoptionFunc luaL_checkoption;
Undocumented in source.
luaL_checkstack
luaL_checkstackFunc luaL_checkstack;
Undocumented in source.
luaL_checktype
luaL_checktypeFunc luaL_checktype;
Undocumented in source.
luaL_checkudata
luaL_checkudataFunc luaL_checkudata;
Undocumented in source.
luaL_error
luaL_errorFunc luaL_error;
Undocumented in source.
luaL_execresult
luaL_execresultFunc luaL_execresult;
Undocumented in source.
luaL_fileresult
luaL_fileresultFunc luaL_fileresult;
Undocumented in source.
luaL_getmetafield
luaL_getmetafieldFunc luaL_getmetafield;
Undocumented in source.
luaL_getsubtable
luaL_getsubtableFunc luaL_getsubtable;
Undocumented in source.
luaL_gsub
luaL_gsubFunc luaL_gsub;
Undocumented in source.
luaL_len
luaL_lenFunc luaL_len;
Undocumented in source.
luaL_loadbuffer
luaL_loadbufferFunc luaL_loadbuffer;
Undocumented in source.
luaL_loadfile
luaL_loadfileFunc luaL_loadfile;
Undocumented in source.
luaL_loadstring
luaL_loadstringFunc luaL_loadstring;
Undocumented in source.
luaL_newmetatable
luaL_newmetatableFunc luaL_newmetatable;
Undocumented in source.
luaL_newstate
luaL_newstateFunc luaL_newstate;
Undocumented in source.
luaL_openlibs
luaL_openlibsFunc luaL_openlibs;
Undocumented in source.
luaL_optinteger
luaL_optintegerFunc luaL_optinteger;
Undocumented in source.
luaL_optlstring
luaL_optlstringFunc luaL_optlstring;
Undocumented in source.
luaL_optnumber
luaL_optnumberFunc luaL_optnumber;
Undocumented in source.
luaL_ref
luaL_refFunc luaL_ref;
Undocumented in source.
luaL_requiref
luaL_requirefFunc luaL_requiref;
Undocumented in source.
luaL_setfuncs
luaL_setfuncsFunc luaL_setfuncs;
Undocumented in source.
luaL_setmetatable
luaL_setmetatableFunc luaL_setmetatable;
Undocumented in source.
luaL_testudata
luaL_testudataFunc luaL_testudata;
Undocumented in source.
luaL_tolstring
luaL_tolstringFunc luaL_tolstring;
Undocumented in source.
luaL_traceback
luaL_tracebackFunc luaL_traceback;
Undocumented in source.
luaL_unref
luaL_unrefFunc luaL_unref;
Undocumented in source.
luaL_where
luaL_whereFunc luaL_where;
Undocumented in source.
lua_absindex
lua_absindexFunc lua_absindex;
Undocumented in source.
lua_call
lua_callFunc lua_call;
Undocumented in source.
lua_checkstack
lua_checkstackFunc lua_checkstack;
Undocumented in source.
lua_close
lua_closeFunc lua_close;
Undocumented in source.
lua_copyFunc
lua_copyFuncFunc lua_copyFunc;
Undocumented in source.
lua_createtable
lua_createtableFunc lua_createtable;
Undocumented in source.
lua_dump
lua_dumpFunc lua_dump;
Undocumented in source.
lua_getfield
lua_getfieldFunc lua_getfield;
Undocumented in source.
lua_geti
lua_getiFunc lua_geti;
Undocumented in source.
lua_getmetatable
lua_getmetatableFunc lua_getmetatable;
Undocumented in source.
lua_gettable
lua_gettableFunc lua_gettable;
Undocumented in source.
lua_gettop
lua_gettopFunc lua_gettop;
Undocumented in source.
lua_getuservalue
lua_getuservalueFunc lua_getuservalue;
Undocumented in source.
lua_iscfunction
lua_iscfunctionFunc lua_iscfunction;
Undocumented in source.
lua_isinteger
lua_isintegerFunc lua_isinteger;
Undocumented in source.
lua_isnumber
lua_isnumberFunc lua_isnumber;
Undocumented in source.
lua_isstring
lua_isstringFunc lua_isstring;
Undocumented in source.
lua_isuserdata
lua_isuserdataFunc lua_isuserdata;
Undocumented in source.
lua_isyieldable
lua_isyieldableFunc lua_isyieldable;
Undocumented in source.
lua_load
lua_loadFunc lua_load;
Undocumented in source.
lua_newstate
lua_newstateFunc lua_newstate;
Undocumented in source.
lua_newthread
lua_newthreadFunc lua_newthread;
Undocumented in source.
lua_newuserdata
lua_newuserdataFunc lua_newuserdata;
Undocumented in source.
lua_pcall
lua_pcallFunc lua_pcall;
Undocumented in source.
lua_pushboolean
lua_pushbooleanFunc lua_pushboolean;
Undocumented in source.
lua_pushcclosure
lua_pushcclosureFunc lua_pushcclosure;
Undocumented in source.
lua_pushfstring
lua_pushfstringFunc lua_pushfstring;
Undocumented in source.
lua_pushinteger
lua_pushintegerFunc lua_pushinteger;
Undocumented in source.
lua_pushlightuserdata
lua_pushlightuserdataFunc lua_pushlightuserdata;
Undocumented in source.
lua_pushlstring
lua_pushlstringFunc lua_pushlstring;
Undocumented in source.
lua_pushnil
lua_pushnilFunc lua_pushnil;
Undocumented in source.
lua_pushnumber
lua_pushnumberFunc lua_pushnumber;
Undocumented in source.
lua_pushstring
lua_pushstringFunc lua_pushstring;
Undocumented in source.
lua_pushthread
lua_pushthreadFunc lua_pushthread;
Undocumented in source.
lua_pushvalue
lua_pushvalueFunc lua_pushvalue;
Undocumented in source.
lua_pushvfstring
lua_pushvfstringFunc lua_pushvfstring;
Undocumented in source.
lua_rawget
lua_rawgetFunc lua_rawget;
Undocumented in source.
lua_rawgeti
lua_rawgetiFunc lua_rawgeti;
Undocumented in source.
lua_rawgetp
lua_rawgetpFunc lua_rawgetp;
Undocumented in source.
lua_rawlen
lua_rawlenFunc lua_rawlen;
Undocumented in source.
lua_rawset
lua_rawsetFunc lua_rawset;
Undocumented in source.
lua_rawseti
lua_rawsetiFunc lua_rawseti;
Undocumented in source.
lua_rawsetp
lua_rawsetpFunc lua_rawsetp;
Undocumented in source.
lua_resume
lua_resumeFunc lua_resume;
Undocumented in source.
lua_rotate
lua_rotateFunc lua_rotate;
Undocumented in source.
lua_setfield
lua_setfieldFunc lua_setfield;
Undocumented in source.
lua_seti
lua_setiFunc lua_seti;
Undocumented in source.
lua_setmetatable
lua_setmetatableFunc lua_setmetatable;
Undocumented in source.
lua_settable
lua_settableFunc lua_settable;
Undocumented in source.
lua_settop
lua_settopFunc lua_settop;
Undocumented in source.
lua_setuservalue
lua_setuservalueFunc lua_setuservalue;
Undocumented in source.
lua_status
lua_statusFunc lua_status;
Undocumented in source.
lua_toboolean
lua_tobooleanFunc lua_toboolean;
Undocumented in source.
lua_tocfunction
lua_tocfunctionFunc lua_tocfunction;
Undocumented in source.
lua_tointeger
lua_tointegerFunc lua_tointeger;
Undocumented in source.
lua_tolstring
lua_tolstringFunc lua_tolstring;
Undocumented in source.
lua_tonumber
lua_tonumberFunc lua_tonumber;
Undocumented in source.
lua_topointer
lua_topointerFunc lua_topointer;
Undocumented in source.
lua_tothread
lua_tothreadFunc lua_tothread;
Undocumented in source.
lua_touserdata
lua_touserdataFunc lua_touserdata;
Undocumented in source.
lua_type
lua_typeFunc lua_type;
Undocumented in source.
lua_typename
lua_typenameFunc lua_typename;
Undocumented in source.
lua_version
lua_versionFunc lua_version;
Undocumented in source.
lua_xmove
lua_xmoveFunc lua_xmove;
Undocumented in source.
lua_yieldk
lua_yieldkFunc lua_yieldk;
Undocumented in source.
luaopen_base
luaopen_baseFunc luaopen_base;
Undocumented in source.
luaopen_debug
luaopen_debugFunc luaopen_debug;
Undocumented in source.
luaopen_io
luaopen_ioFunc luaopen_io;
Undocumented in source.
luaopen_math
luaopen_mathFunc luaopen_math;
Undocumented in source.
luaopen_os
luaopen_osFunc luaopen_os;
Undocumented in source.
luaopen_package
luaopen_packageFunc luaopen_package;
Undocumented in source.
luaopen_string
luaopen_stringFunc luaopen_string;
Undocumented in source.
luaopen_table
luaopen_tableFunc luaopen_table;
Undocumented in source.

Meta