Skip to main content

ClientBootstrap

This item only works when running on the client. Client

Internal bootstrap module only to be used by Axis itself

Functions

BootSequence

ClientBootstrap:BootSequence() → boolean

Start up all client-related parts of Axis

Show raw api
{
    "functions": [
        {
            "name": "BootSequence",
            "desc": "Start up all client-related parts of Axis",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 15,
                "path": "Axis/Core/Bootstrap/Client.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ClientBootstrap",
    "desc": "Internal bootstrap module only to be used by Axis itself",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 7,
        "path": "Axis/Core/Bootstrap/Client.luau"
    }
}