src/server_lua.cpp¶
Functions¶
Name | |
---|---|
int | luaopen_SAPI(lua_State * vm) Module entry point that is called by Lua when it loads the module. |
sol::table | open_lib(sol::this_state state) |
Functions Documentation¶
function luaopen_SAPI¶
int luaopen_SAPI(
lua_State * vm
)
Module entry point that is called by Lua when it loads the module.
function open_lib¶
static sol::table open_lib(
sol::this_state state
)
Updated on 2024-11-15 at 16:17:52 +0000