lua.lualib

Undocumented in source.

Members

Functions

luaL_openlibs
void luaL_openlibs(lua_State* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lua_assert
void lua_assert(T )
Undocumented in source. Be warned that the author may not have intended to support it.
luaopen_base
int luaopen_base(lua_State* L)
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* L)
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* L)
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* L)
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* L)
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* L)
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* L)
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* L)
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* L)
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* L)
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* L)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LUA_BITLIBNAME
enum LUA_BITLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_COLIBNAME
enum LUA_COLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_DBLIBNAME
enum LUA_DBLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_IOLIBNAME
enum LUA_IOLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_LOADLIBNAME
enum LUA_LOADLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_MATHLIBNAME
enum LUA_MATHLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_OSLIBNAME
enum LUA_OSLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_STRLIBNAME
enum LUA_STRLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_TABLIBNAME
enum LUA_TABLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_UTF8LIBNAME
enum LUA_UTF8LIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LUA_VERSUFFIX
enum LUA_VERSUFFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta