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 2025-10-21 at 08:11:05 +0000