Skip to main content

CmdrX

This item only works when running on the server. Server

The CmdrX server singleton and entry point.

Properties

Registry

This item is read only and cannot be modified. Read Only
CmdrX.Registry: Registry

Refers to the current command Registry.

Dispatcher

This item is read only and cannot be modified. Read Only
CmdrX.Dispatcher: Dispatcher

Refers to the current command Dispatcher.

Util

This item is read only and cannot be modified. Read Only
CmdrX.Util: Util

Refers to a table containing many useful utility functions.

Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "Registry",
            "desc": "Refers to the current command Registry.",
            "lua_type": "Registry",
            "readonly": true,
            "source": {
                "line": 23,
                "path": "CmdrX/init.luau"
            }
        },
        {
            "name": "Dispatcher",
            "desc": "Refers to the current command Dispatcher.",
            "lua_type": "Dispatcher",
            "readonly": true,
            "source": {
                "line": 30,
                "path": "CmdrX/init.luau"
            }
        },
        {
            "name": "Util",
            "desc": "Refers to a table containing many useful utility functions.",
            "lua_type": "Util",
            "readonly": true,
            "source": {
                "line": 37,
                "path": "CmdrX/init.luau"
            }
        }
    ],
    "types": [],
    "name": "CmdrX",
    "desc": "The CmdrX server singleton and entry point.",
    "realm": [
        "Server"
    ],
    "source": {
        "line": 16,
        "path": "CmdrX/init.luau"
    }
}