Skip to main content

CustomSeatModuleServer

Server Module for the CustomSeatPlugin

Properties

SeatManager_Server

CustomSeatModuleServer.SeatManager_Server: SeatManager_Server

CustomSeat_Server

CustomSeatModuleServer.CustomSeat_Server: CustomSeat_Server

CustomSeatWrapper_Server

CustomSeatModuleServer.CustomSeatWrapper_Server: CustomSeatWrapper_Server

Functions

playerResetManager

CustomSeatModuleServer.playerResetManager(seatManagerSeatManager_Server) → ()

Handles clearing the occupant of seat when the player resets.

playerRemovingManager

CustomSeatModuleServer.playerRemovingManager(seatManagerSeatManager_Server) → ()

Handles clearing the occupant of seat when the player leaves the game.

playerResetManager

CustomSeatModuleServer.playerResetManager(seatManagerSeatManager_Server) → ()

Handles clearing the occupant of seat when the player resets.

Show raw api
{
    "functions": [
        {
            "name": "playerResetManager",
            "desc": "Handles clearing the occupant of seat when the player resets.",
            "params": [
                {
                    "name": "seatManager",
                    "desc": "",
                    "lua_type": "SeatManager_Server"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 13,
                "path": "src/shared/plugins/customSeat/server/playerResetManager.lua"
            }
        },
        {
            "name": "playerRemovingManager",
            "desc": "Handles clearing the occupant of seat when the player leaves the game.",
            "params": [
                {
                    "name": "seatManager",
                    "desc": "",
                    "lua_type": "SeatManager_Server"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 7,
                "path": "src/shared/plugins/customSeat/server/playerRemovingManager.lua"
            }
        },
        {
            "name": "playerResetManager",
            "desc": "Handles clearing the occupant of seat when the player resets.",
            "params": [
                {
                    "name": "seatManager",
                    "desc": "",
                    "lua_type": "SeatManager_Server"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 17,
                "path": "src/shared/plugins/customSeat/server/playerSeatOffsetManager.lua"
            }
        }
    ],
    "properties": [
        {
            "name": "SeatManager_Server",
            "desc": "",
            "lua_type": "SeatManager_Server",
            "source": {
                "line": 7,
                "path": "src/shared/plugins/customSeat/server/init.lua"
            }
        },
        {
            "name": "CustomSeat_Server",
            "desc": "",
            "lua_type": "CustomSeat_Server",
            "source": {
                "line": 11,
                "path": "src/shared/plugins/customSeat/server/init.lua"
            }
        },
        {
            "name": "CustomSeatWrapper_Server",
            "desc": "",
            "lua_type": "CustomSeatWrapper_Server",
            "source": {
                "line": 15,
                "path": "src/shared/plugins/customSeat/server/init.lua"
            }
        }
    ],
    "types": [],
    "name": "CustomSeatModuleServer",
    "desc": "Server Module for the CustomSeatPlugin",
    "source": {
        "line": 3,
        "path": "src/shared/plugins/customSeat/server/init.lua"
    }
}