Skip to main content

AvalogServer

The server-side module of Avalog.

Functions

Start

AvalogServer:Start() → ()

Starts Avalog on the server.

Configure

AvalogServer:Configure(NewConfigConfig) → ()

Configures Avalog with the given config.

Show raw api
{
    "functions": [
        {
            "name": "Start",
            "desc": "Starts Avalog on the server.",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 34,
                "path": "src/API/Server.luau"
            }
        },
        {
            "name": "Configure",
            "desc": "Configures Avalog with the given config.",
            "params": [
                {
                    "name": "NewConfig",
                    "desc": "",
                    "lua_type": "Config"
                }
            ],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 47,
                "path": "src/API/Server.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "AvalogServer",
    "desc": "The server-side module of Avalog.",
    "source": {
        "line": 25,
        "path": "src/API/Server.luau"
    }
}