riverd.lua.statfun

Static function declarations for Lua bindings

This file defines all static function declarations for Lua library bindings.

Members

Functions

luaL_addlstring
void luaL_addlstring(luaL_Buffer* , const(char)* , size_t )
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* , const(char)* )
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* )
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* , int , const(char)* )
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* , 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_buffinitsize
char* luaL_buffinitsize(lua_State* , luaL_Buffer* , size_t )
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* , int , const(char)* )
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* , int )
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* , int )
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* , int , size_t* )
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* , int )
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* , int , const(char)* )
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* , int , const(char)* )
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* , int , int )
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* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_checkversion_
void luaL_checkversion_(lua_State* , lua_Number , size_t )
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* , const(char)* , ...)
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* , int )
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* , int , const(char)* )
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* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_getsubtable
int luaL_getsubtable(lua_State* , int , const(char)* )
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* , const(char)* , const(char)* , const(char)* )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_loadbufferx
int luaL_loadbufferx(lua_State* , const(char)* , size_t , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_loadfilex
int luaL_loadfilex(lua_State* , const(char)* , const(char)* )
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* , const(char)* )
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* , const(char)* )
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
void luaL_openlib(lua_State* , const(char)* , const(luaL_Reg)* , int )
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* )
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* , int , lua_Integer )
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* , int , const(char)* , size_t* )
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* , int , lua_Number )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_prepbuffsize
char* luaL_prepbuffsize(luaL_Buffer* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaL_pushmodule
void luaL_pushmodule(lua_State* , const(char)* , int )
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* )
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* , size_t )
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* , int )
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* , const(char)* , lua_CFunction , int )
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* , luaL_Reg* , int )
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* , const(char)* )
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* , int , const(char)* )
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* , int , size_t* )
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* , lua_State* , const(char)* , int )
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* , int , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_absindex
int lua_absindex(lua_State* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_arith
void lua_arith(lua_State* , int )
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* s, lua_CFunction func)

Sets a new panic function

lua_callk
void lua_callk(lua_State* , int , int , lua_KContext , lua_KFunction )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_close
void lua_close(lua_State* s)

Destroys all objects in the given Lua state.

lua_compare
int lua_compare(lua_State* , int , int , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_copy
void lua_copy(lua_State* , int , int )
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* , int , int )
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* , lua_Writer , void* , int )
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* )
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* , int , ...)
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* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getfield
int lua_getfield(lua_State* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getglobal
int lua_getglobal(lua_State* , const(char)* )
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* )
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* )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_geti
int lua_geti(lua_State* , int , lua_Integer )
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* , const(char)* , lua_Debug* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_getiuservalue
int lua_getiuservalue(lua_State* , int , int )
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* , const(lua_Debug)* , int )
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* , int )
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* , int , lua_Debug* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_gettable
int lua_gettable(lua_State* , int )
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* )
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* , int , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isinteger
int lua_isinteger(lua_State* , int )
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* , int )
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* , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_isyieldable
int lua_isyieldable(lua_State* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_len
void lua_len(lua_State* , int )
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* , lua_Reader , void* , const(char)* , const(char)* )
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)

Creates a new thread running in a new, independent state.

lua_newthread
lua_State* lua_newthread(lua_State* s)

Creates a new thread.

lua_newuserdatauv
void* lua_newuserdatauv(lua_State* , size_t , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pcallk
int lua_pcallk(lua_State* , int , int , int , lua_KContext , lua_KFunction )
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* , int )
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* , lua_CFunction , int )
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* , const(char)* , ...)
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* , lua_Integer )
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* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushlstring
const(char)* lua_pushlstring(lua_State* , const(char)* , size_t )
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* )
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* , lua_Number )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_pushstring
const(char)* lua_pushstring(lua_State* , const(char)* )
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* )
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* , int )
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* , const(char)* , va_list )
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* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawget
int lua_rawget(lua_State* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawgeti
int lua_rawgeti(lua_State* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawgetp
int lua_rawgetp(lua_State* , int , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawlen
lua_Unsigned lua_rawlen(lua_State* , int )
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* , int )
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* , int , lua_Integer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rawsetp
void lua_rawsetp(lua_State* , int , const(void)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_resetthread
int lua_resetthread(lua_State* s)

Resets a thread

lua_resume
int lua_resume(lua_State* , lua_State* , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_rotate
void lua_rotate(lua_State* , int , int )
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* , lua_Alloc , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setcstacklimit
int lua_setcstacklimit(lua_State* , uint )
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* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setglobal
void lua_setglobal(lua_State* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_sethook
void lua_sethook(lua_State* , lua_Hook , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setiuservalue
void lua_setiuservalue(lua_State* , int , int )
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* , const(lua_Debug)* , int )
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* , int )
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* , int )
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* , int )
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* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_setwarnf
void lua_setwarnf(lua_State* , lua_WarnFunction , void* )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_stringtonumber
size_t lua_stringtonumber(lua_State* , const(char)* )
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* , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_toclose
void lua_toclose(lua_State* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tointegerx
lua_Integer lua_tointegerx(lua_State* , int , int* )
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* , int , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_tonumberx
lua_Number lua_tonumberx(lua_State* , int , int* )
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* , int )
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* , int )
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* , int )
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* , int )
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* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_upvalueid
void* lua_upvalueid(lua_State* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_upvaluejoin
void lua_upvaluejoin(lua_State* , int , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_version
lua_Number lua_version(lua_State* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_warning
void lua_warning(lua_State* , char* , int )
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* , lua_State* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_yieldk
int lua_yieldk(lua_State* , int , lua_KContext , lua_KFunction )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_bit32
int luaopen_bit32(lua_State* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_coroutine
int luaopen_coroutine(lua_State* )
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* )
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* )
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* )
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* )
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* )
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* )
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* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
luaopen_utf8
int luaopen_utf8(lua_State* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Date

Date: 2018-2019

Authors

Luís Ferreira <luis@aurorafoss.org>

License

GNU Lesser General Public License (Version 3, 29 June 2007)