Skip to main content
Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "",
            "params": [
                {
                    "name": "rig",
                    "desc": "",
                    "lua_type": "Model"
                },
                {
                    "name": "seat",
                    "desc": "",
                    "lua_type": "BasePart"
                },
                {
                    "name": "id",
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "PlayerCharacterHandler"
                }
            ],
            "function_type": "static",
            "tags": [
                "Constructor"
            ],
            "source": {
                "line": 27,
                "path": "src/shared/plugins/customSeat/client/PlayerCharacterHandler.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "PlayerCharacterHandler",
    "desc": "*Description here*",
    "source": {
        "line": 20,
        "path": "src/shared/plugins/customSeat/client/PlayerCharacterHandler.lua"
    }
}