SerenityJS
    Preparing search index...

    Interface RideableSeatOptions

    interface RideableSeatOptions {
        driver: boolean;
        index: number;
        lockRotation: number;
        position: [number, number, number];
        seatRotation: number;
        [key: string]: JSONLikeValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    driver: boolean

    Whether the seat is a driver seat or not.

    index: number

    The seat index of the rideable seat.

    lockRotation: number

    The angle in degrees that a rider is allowed to rotate in the seat.

    position: [number, number, number]

    The seat position offset relative to the entity's position.

    seatRotation: number

    The angle in degrees that the seat is rotated.