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"
}
}