luad.c.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.
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_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.

Variables

LUA_COLIBNAME
char[] 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
char[] 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_FILEHANDLE
char[] 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_IOLIBNAME
char[] 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
char[] 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
char[] 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
char[] 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
char[] 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
char[] LUA_TABLIBNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta