TruckSim Telemetry - v1.0.0
    Preparing search index...

    Interface TSTCruiseControlEvent

    interface TSTCruiseControlEvent {
        cruiseControl: boolean;
        cruiseControlSpeed: number;
    }

    Hierarchy

    • Pick<SCSSDKTelemetry, "cruiseControl" | "cruiseControlSpeed">
      • TSTCruiseControlEvent
    Index

    Properties

    cruiseControl: boolean

    Indicates if the cruise control is enabled

    cruiseControlSpeed: number

    Speed selected for the cruise control in m/s