- 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.