Skip to content

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-04-25 at 17:50:48 +0000