Script API - v1.26.10
    Preparing search index...

    Describes a particular seating position on this rideable entity.

    export class Seat {
    private constructor();
    readonly lockRiderRotation: number;
    readonly maxRiderCount: number;
    readonly minRiderCount: number;
    readonly position: Vector3;
    readonly seatRotation: number;
    }
    Index

    Constructors

    Properties

    lockRiderRotation: number

    Angle in degrees that a rider is allowed to rotate while riding this entity.

    This property can't be read in early-execution mode.

    maxRiderCount: number

    A maximum number of riders that this seat can support.

    This property can't be read in early-execution mode.

    minRiderCount: number

    A minimum number of riders that can be placed in this seat position, if this seat is to be filled.

    This property can't be read in early-execution mode.

    position: Vector3

    Physical location of this seat, relative to the entity's location.

    This property can't be read in early-execution mode.

    seatRotation: number

    Angle in degrees to rotate riders by.

    This property can't be read in early-execution mode.