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

    Interface SCSSDKTelemetry

    interface SCSSDKTelemetry {
        aaAccelerationX: number;
        aaAccelerationY: number;
        aaAccelerationZ: number;
        accelerationX: number;
        accelerationY: number;
        accelerationZ: number;
        adblue: number;
        adblueCapacity: number;
        adblueWarning: boolean;
        adblueWarningFactor: number;
        airPressure: number;
        airPressureEmergency: boolean;
        airPressureEmergencyFactor: number;
        airPressureWarning: boolean;
        airPressureWarningFactor: number;
        avAccelerationX: number;
        avAccelerationY: number;
        avAccelerationZ: number;
        batteryVoltage: number;
        batteryVoltageWarning: boolean;
        batteryVoltageWarningFactor: number;
        blinkerLeftActive: boolean;
        blinkerLeftOn: boolean;
        blinkerRightActive: boolean;
        blinkerRightOn: boolean;
        brakeTemperature: number;
        cabinAAX: number;
        cabinAAY: number;
        cabinAAZ: number;
        cabinAVX: number;
        cabinAVY: number;
        cabinAVZ: number;
        cabinOffsetrotationX: number;
        cabinOffsetrotationY: number;
        cabinOffsetrotationZ: number;
        cabinOffsetX: number;
        cabinOffsetY: number;
        cabinOffsetZ: number;
        cabinPositionX: number;
        cabinPositionY: number;
        cabinPositionZ: number;
        cargo: string;
        cargoDamage: number;
        cargoId: string;
        cargoMass: number;
        cityDst: string;
        cityDstId: string;
        citySrc: string;
        citySrcId: string;
        compDst: string;
        compDstId: string;
        compSrc: string;
        compSrcId: string;
        coordinateX: number;
        coordinateY: number;
        coordinateZ: number;
        cruiseControl: boolean;
        cruiseControlSpeed: number;
        differentialLock: boolean;
        electricEnabled: boolean;
        engineEnabled: boolean;
        engineRpm: number;
        engineRpmMax: number;
        ferry: boolean;
        ferryPayAmount: bigint;
        ferrySourceId: string;
        ferrySourceName: string;
        ferryTargetId: string;
        ferryTargetName: string;
        fineAmount: bigint;
        fined: boolean;
        fineOffence: string;
        fuel: number;
        fuelAvgConsumption: number;
        fuelCapacity: number;
        fuelRange: number;
        fuelWarning: boolean;
        fuelWarningFactor: number;
        game: number;
        gameBrake: number;
        gameClutch: number;
        gameSteer: number;
        gameThrottle: number;
        gear: number;
        gearDashboard: number;
        gearDifferential: number;
        gearRatiosForward: number[];
        gearRatiosReverse: number[];
        gears: number;
        gearsReverse: number;
        headOffsetrotationX: number;
        headOffsetrotationY: number;
        headOffsetrotationZ: number;
        headOffsetX: number;
        headOffsetY: number;
        headOffsetZ: number;
        headPositionX: number;
        headPositionY: number;
        headPositionZ: number;
        hshifterBitmask: number[];
        hshifterPosition: number[];
        hshifterResulting: number[];
        isCargoLoaded: boolean;
        jobCancelled: boolean;
        jobCancelledPenalty: bigint;
        jobDelivered: boolean;
        jobDeliveredAutoloadUsed: boolean;
        jobDeliveredAutoparkUsed: boolean;
        jobDeliveredCargoDamage: number;
        jobDeliveredDeliveryTime: number;
        jobDeliveredDistanceKm: number;
        jobDeliveredEarnedXp: number;
        jobDeliveredRevenue: bigint;
        jobFinished: boolean;
        jobFinishedTime: number;
        jobIncome: bigint;
        jobMarket: string;
        jobStartingTime: number;
        liftAxle: boolean;
        liftAxleIndicator: boolean;
        lightsAuxFront: number;
        lightsAuxRoof: number;
        lightsBeacon: boolean;
        lightsBeamHigh: boolean;
        lightsBeamLow: boolean;
        lightsBrake: boolean;
        lightsDashboard: number;
        lightsHazard: boolean;
        lightsParking: boolean;
        lightsReverse: boolean;
        lvAccelerationX: number;
        lvAccelerationY: number;
        lvAccelerationZ: number;
        maxTrailerCount: number;
        motorBrake: boolean;
        multiplayerTimeOffset: bigint;
        oilPressure: number;
        oilPressureWarning: boolean;
        oilPressureWarningFactor: number;
        oilTemperature: number;
        onJob: boolean;
        parkBrake: boolean;
        paused: boolean;
        plannedDistanceKm: number;
        refuel: boolean;
        refuelAmount: number;
        refuelPayed: boolean;
        renderTime: bigint;
        restStop: number;
        retarderBrake: number;
        retarderStepCount: number;
        rotationX: number;
        rotationY: number;
        rotationZ: number;
        routeDistance: number;
        routeTime: number;
        scale: number;
        sdkActive: boolean;
        selectorCount: number;
        shifterSlot: number;
        shifterToggle: boolean[];
        shifterType: string;
        simulatedTime: bigint;
        specialJob: boolean;
        speed: number;
        speedLimit: number;
        substances: string[];
        telemetryPluginRevision: number;
        telemetryVersionGameMajor: number;
        telemetryVersionGameMinor: number;
        time: bigint;
        timeAbs: number;
        timeAbsDelivery: number;
        tollgate: boolean;
        tollgatePayAmount: bigint;
        trailerLiftAxle: boolean;
        trailerLiftAxleIndicator: boolean;
        trailers: SCSSDKTrailerTelemetry[];
        train: boolean;
        trainPayAmount: bigint;
        trainSourceId: string;
        trainSourceName: string;
        trainTargetId: string;
        trainTargetName: string;
        truckBrand: string;
        truckBrandId: string;
        truckHookPositionX: number;
        truckHookPositionY: number;
        truckHookPositionZ: number;
        truckId: string;
        truckLicensePlate: string;
        truckLicensePlateCountry: string;
        truckLicensePlateCountryId: string;
        truckName: string;
        truckOdometer: number;
        truckWheelCount: number;
        truckWheelLift: number[];
        truckWheelLiftable: boolean[];
        truckWheelLiftOffset: number[];
        truckWheelOnGround: boolean[];
        truckWheelPositionX: number[];
        truckWheelPositionY: number[];
        truckWheelPositionZ: number[];
        truckWheelPowered: boolean[];
        truckWheelRadius: number[];
        truckWheelRotation: number[];
        truckWheelSimulated: boolean[];
        truckWheelSteerable: boolean[];
        truckWheelSteering: number[];
        truckWheelSubstance: number[];
        truckWheelSuspDeflection: number[];
        truckWheelVelocity: number[];
        unitCount: number;
        unitMass: number;
        userBrake: number;
        userClutch: number;
        userSteer: number;
        userThrottle: number;
        versionMajor: number;
        versionMinor: number;
        waterTemperature: number;
        waterTemperatureWarning: boolean;
        waterTemperatureWarningFactor: number;
        wearCabin: number;
        wearChassis: number;
        wearEngine: number;
        wearTransmission: number;
        wearWheels: number;
        wipers: boolean;
    }
    Index

    Properties

    aaAccelerationX aaAccelerationY aaAccelerationZ accelerationX accelerationY accelerationZ adblue adblueCapacity adblueWarning adblueWarningFactor airPressure airPressureEmergency airPressureEmergencyFactor airPressureWarning airPressureWarningFactor avAccelerationX avAccelerationY avAccelerationZ batteryVoltage batteryVoltageWarning batteryVoltageWarningFactor blinkerLeftActive blinkerLeftOn blinkerRightActive blinkerRightOn brakeTemperature cabinAAX cabinAAY cabinAAZ cabinAVX cabinAVY cabinAVZ cabinOffsetrotationX cabinOffsetrotationY cabinOffsetrotationZ cabinOffsetX cabinOffsetY cabinOffsetZ cabinPositionX cabinPositionY cabinPositionZ cargo cargoDamage cargoId cargoMass cityDst cityDstId citySrc citySrcId compDst compDstId compSrc compSrcId coordinateX coordinateY coordinateZ cruiseControl cruiseControlSpeed differentialLock electricEnabled engineEnabled engineRpm engineRpmMax ferry ferryPayAmount ferrySourceId ferrySourceName ferryTargetId ferryTargetName fineAmount fined fineOffence fuel fuelAvgConsumption fuelCapacity fuelRange fuelWarning fuelWarningFactor game gameBrake gameClutch gameSteer gameThrottle gear gearDashboard gearDifferential gearRatiosForward gearRatiosReverse gears gearsReverse headOffsetrotationX headOffsetrotationY headOffsetrotationZ headOffsetX headOffsetY headOffsetZ headPositionX headPositionY headPositionZ hshifterBitmask hshifterPosition hshifterResulting isCargoLoaded jobCancelled jobCancelledPenalty jobDelivered jobDeliveredAutoloadUsed jobDeliveredAutoparkUsed jobDeliveredCargoDamage jobDeliveredDeliveryTime jobDeliveredDistanceKm jobDeliveredEarnedXp jobDeliveredRevenue jobFinished jobFinishedTime jobIncome jobMarket jobStartingTime liftAxle liftAxleIndicator lightsAuxFront lightsAuxRoof lightsBeacon lightsBeamHigh lightsBeamLow lightsBrake lightsDashboard lightsHazard lightsParking lightsReverse lvAccelerationX lvAccelerationY lvAccelerationZ maxTrailerCount motorBrake multiplayerTimeOffset oilPressure oilPressureWarning oilPressureWarningFactor oilTemperature onJob parkBrake paused plannedDistanceKm refuel refuelAmount refuelPayed renderTime restStop retarderBrake retarderStepCount rotationX rotationY rotationZ routeDistance routeTime scale sdkActive selectorCount shifterSlot shifterToggle shifterType simulatedTime specialJob speed speedLimit substances telemetryPluginRevision telemetryVersionGameMajor telemetryVersionGameMinor time timeAbs timeAbsDelivery tollgate tollgatePayAmount trailerLiftAxle trailerLiftAxleIndicator trailers train trainPayAmount trainSourceId trainSourceName trainTargetId trainTargetName truckBrand truckBrandId truckHookPositionX truckHookPositionY truckHookPositionZ truckId truckLicensePlate truckLicensePlateCountry truckLicensePlateCountryId truckName truckOdometer truckWheelCount truckWheelLift truckWheelLiftable truckWheelLiftOffset truckWheelOnGround truckWheelPositionX truckWheelPositionY truckWheelPositionZ truckWheelPowered truckWheelRadius truckWheelRotation truckWheelSimulated truckWheelSteerable truckWheelSteering truckWheelSubstance truckWheelSuspDeflection truckWheelVelocity unitCount unitMass userBrake userClutch userSteer userThrottle versionMajor versionMinor waterTemperature waterTemperatureWarning waterTemperatureWarningFactor wearCabin wearChassis wearEngine wearTransmission wearWheels wipers

    Properties

    aaAccelerationX: number

    Angular acceleration of the truck

    aaAccelerationY: number

    Angular acceleration of the truck

    aaAccelerationZ: number

    Angular acceleration of the truck

    accelerationX: number

    Linear acceleration of the truck

    accelerationY: number

    Linear acceleration of the truck

    accelerationZ: number

    Linear acceleration of the truck

    adblue: number

    Amount of AdBlue in liters

    adblueCapacity: number

    AdBlue tank capacity in litres

    adblueWarning: boolean

    Indicates if the adblue warning is active

    adblueWarningFactor: number

    Fraction of the adblue capacity below which is activated the adblue warning

    airPressure: number

    Pressure in the brake air tank in psi

    airPressureEmergency: boolean

    Indicates if the emergency brakes active as result of low air pressure

    airPressureEmergencyFactor: number

    Pressure of the air in the tank below which the emergency brakes activate

    airPressureWarning: boolean

    Indicates if the air pressure warning is active

    airPressureWarningFactor: number

    Pressure of the air in the tank below which the warning activates

    avAccelerationX: number

    Angular velocity of the truck

    avAccelerationY: number

    Angular velocity of the truck

    avAccelerationZ: number

    Angular velocity of the truck

    batteryVoltage: number

    Voltage of the battery in volts

    batteryVoltageWarning: boolean

    Indicates if the battery voltage warning is active

    batteryVoltageWarningFactor: number

    Voltage of the battery below which the warning activates

    blinkerLeftActive: boolean

    Indicates if the left blinker is active

    blinkerLeftOn: boolean

    Indicates if the left blinker is enabled

    blinkerRightActive: boolean

    Indicates if the right blinker is active

    blinkerRightOn: boolean

    Indicates if the right blinker is enabled

    brakeTemperature: number

    Temperature of the brakes in degrees celsius

    cabinAAX: number

    Represents cabin space angular acceleration of the cabin measured in rotations per second^2

    cabinAAY: number

    Represents cabin space angular acceleration of the cabin measured in rotations per second^2

    cabinAAZ: number

    Represents cabin space angular acceleration of the cabin measured in rotations per second^2

    cabinAVX: number

    Represents cabin space angular velocity of the cabin measured in rotations per second

    cabinAVY: number

    Represents cabin space angular velocity of the cabin measured in rotations per second

    cabinAVZ: number

    Represents cabin space angular velocity of the cabin measured in rotations per second

    cabinOffsetrotationX: number
    cabinOffsetrotationY: number
    cabinOffsetrotationZ: number
    cabinOffsetX: number
    cabinOffsetY: number
    cabinOffsetZ: number
    cabinPositionX: number

    Position of the cabin in the vehicle space

    cabinPositionY: number

    Position of the cabin in the vehicle space

    cabinPositionZ: number

    Position of the cabin in the vehicle space

    cargo: string

    Cargo display name

    cargoDamage: number

    The total damage of the cargo in range 0.0 to 1.0

    cargoId: string

    Cargo id

    cargoMass: number

    Mass of the cargo in kilograms

    cityDst: string

    Destination city display name

    cityDstId: string

    Destination city id

    citySrc: string

    Source city display name

    citySrcId: string

    Source city id

    compDst: string

    Destination company display name

    compDstId: string

    Destination company id

    compSrc: string

    Source company display name

    compSrcId: string

    Source company id

    coordinateX: number
    coordinateY: number
    coordinateZ: number
    cruiseControl: boolean

    Indicates if the cruise control is enabled

    cruiseControlSpeed: number

    Speed selected for the cruise control in m/s

    differentialLock: boolean

    Indicates if the differential lock is enabled

    electricEnabled: boolean

    Indicates id the electric of the truck is enabled

    engineEnabled: boolean

    Indicates if the engine of the truck is running

    engineRpm: number

    RPM of the engine

    engineRpmMax: number

    Maximum rpm value

    ferry: boolean

    Event called when a ferry is activated

    ferryPayAmount: bigint

    Ferry pay amount in the game's native currency (ATS=USD, ETS2=Euro)

    ferrySourceId: string

    The id of the transportation source

    ferrySourceName: string

    The name of the transportation source

    ferryTargetId: string

    The id of the transportation source

    ferryTargetName: string

    The name of the transportation target

    fineAmount: bigint

    Fine offence amount in the game's native currency (ATS=USD, ETS2=Euro)

    fined: boolean

    Event called when a fine is issues

    fineOffence: string

    Name of a fine

    fuel: number

    Amount of fuel in liters

    fuelAvgConsumption: number

    Average consumption of the fuel in liters/km

    fuelCapacity: number

    Fuel tank capacity in litres

    fuelRange: number

    Estimated range of truck with current amount of fuel in km

    fuelWarning: boolean

    Indicates if the fuel warning is active

    fuelWarningFactor: number

    Fraction of the fuel capacity below which is activated the fuel warning.

    game: number

    Game identifier (0=Unknown, 1=ETS2, 2=ATS)

    gameBrake: number

    Brake pedal input as used by the simulation <0;1>

    gameClutch: number

    Clutch pedal input as used by the simulation <0;1>

    gameSteer: number

    Steering as used by the simulation <-1;1>

    gameThrottle: number

    Throttle pedal input as used by the simulation <0;1>

    gear: number

    Gear selected in the transmission

    gearDashboard: number

    Gear displayed on dashboard

    gearDifferential: number

    Differential ratio of the truck

    gearRatiosForward: number[]

    Forward transmission ratios

    gearRatiosReverse: number[]

    Reverse transmission ratios

    gears: number

    Number of forward gears on undamaged truck

    gearsReverse: number

    Number of reverse gears on undamaged truck

    headOffsetrotationX: number
    headOffsetrotationY: number
    headOffsetrotationZ: number
    headOffsetX: number
    headOffsetY: number
    headOffsetZ: number
    headPositionX: number

    Default position of the head in the cabin space

    headPositionY: number

    Default position of the head in the cabin space

    headPositionZ: number

    Default position of the head in the cabin space

    hshifterBitmask: number[]

    Bitmask of selectors for each slot

    hshifterPosition: number[]

    Handle position index for each slot

    hshifterResulting: number[]

    Resulting gear index for each slot

    isCargoLoaded: boolean

    Indicates if the current job carbo is loaded on the trailer(s)

    jobCancelled: boolean

    Event called when job is cancelled

    jobCancelledPenalty: bigint

    Job cancellation penalty amount in the game's native currency (ATS=USD, ETS2=Euro)

    jobDelivered: boolean

    Event called when job is delivered

    jobDeliveredAutoloadUsed: boolean

    Indicates is auto loading was used when delivering a job

    jobDeliveredAutoparkUsed: boolean

    Indicates is auto parking was used when delivering a job

    jobDeliveredCargoDamage: number

    Cargo damage when a job is delivered

    jobDeliveredDeliveryTime: number

    Total time spend on the job (in in-game minutes)

    jobDeliveredDistanceKm: number

    Distance in kilometres used to deliver a job

    jobDeliveredEarnedXp: number

    XP earned when a job is delivered

    jobDeliveredRevenue: bigint

    Job delivered revenue amount in the game's native currency (ATS=USD, ETS2=Euro)

    jobFinished: boolean

    Event called when job is finished

    jobFinishedTime: number

    Time the job finished (in in-game minutes)

    jobIncome: bigint

    Job estimated income amount in the game's native currency (ATS=USD, ETS2=Euro)

    jobMarket: string

    The job market the current job is from

    jobStartingTime: number

    Time the job started (in in-game minutes)

    liftAxle: boolean

    Indicates if the lift axel control is set to a lifted state

    liftAxleIndicator: boolean

    Indicates if the lift axel indicator is lit

    lightsAuxFront: number

    Indicator if the auxiliary front lights are active (0=off, 1=dimmed, 2=full)

    lightsAuxRoof: number

    Indicator if the auxiliary roof lights are active (0=off, 1=dimmed, 2=full)

    lightsBeacon: boolean

    Indicates if the beacon is enabled

    lightsBeamHigh: boolean

    Indicates if the high beam lights are enabled

    lightsBeamLow: boolean

    Indicates if the low beam lights are enabled

    lightsBrake: boolean

    Indicates if the brake lights are active

    lightsDashboard: number

    Intensity of the dashboard backlight as factor <0;1>

    lightsHazard: boolean

    Indicates if the hazard lights are enabled

    lightsParking: boolean

    Indicates if the parking lights are active

    lightsReverse: boolean

    Indicates if the reverse lights are active

    lvAccelerationX: number

    Linear velocity of the truck

    lvAccelerationY: number

    Linear velocity of the truck

    lvAccelerationZ: number

    Linear velocity of the truck

    maxTrailerCount: number

    The maximum number of trailers that can be returned by the telemetry SDK

    motorBrake: boolean

    Indicates if the engine brake is enabled

    multiplayerTimeOffset: bigint

    Offset from the game time simulated in the local economy to the game time of the Convoy multiplayer server, represented in in-game minutes.

    oilPressure: number

    Pressure of the oil in psi

    oilPressureWarning: boolean

    Indicates if the oil pressure warning is active

    oilPressureWarningFactor: number

    Pressure of the oil below which the warning activates

    oilTemperature: number

    Temperature of the oil in degrees celsius

    onJob: boolean

    Event called when job has started

    parkBrake: boolean

    Indicates if the parking brake is enabled

    paused: boolean

    Indicates whether the game is paused or not

    plannedDistanceKm: number

    Navigation planned distance in km

    refuel: boolean

    Event called when refueling is activated

    refuelAmount: number

    Amount refueled in liters

    refuelPayed: boolean

    Event called when fuel has been paid for

    renderTime: bigint

    Game render timestamp in microseconds

    restStop: number

    Time until next rest stop (in in-game minutes)

    retarderBrake: number

    Current level of the retarder

    retarderStepCount: number

    Number of steps in the retarder

    rotationX: number
    rotationY: number
    rotationZ: number
    routeDistance: number

    The value of truck's navigation distance (in meters)

    routeTime: number

    The value of truck's navigation eta (in second)

    scale: number

    Scale applied to distance and time to compensate for the scale of the map

    sdkActive: boolean

    Indicates whether the SDK is active or not

    selectorCount: number

    Number of selectors (e.g. range/splitter toggles)

    shifterSlot: number

    Gearbox slot the h-shifter handle is currently in

    shifterToggle: boolean[]

    Enabled state of range/splitter selector toggles

    shifterType: string

    Type of the shifter (arcase, automatic, manual, hshifter)

    simulatedTime: bigint

    Game simulation timestamp in microseconds

    specialJob: boolean

    Indicates if the current job is a special transport

    speed: number

    Speedometer speed in meters per second

    speedLimit: number

    The value of truck's navigation speed limit (in m/s)

    substances: string[]

    List of substances in the game

    telemetryPluginRevision: number

    Telemetry Plugin Version

    telemetryVersionGameMajor: number

    Game telemetry version major

    telemetryVersionGameMinor: number

    Game telemetry version minor

    time: bigint

    Game timestamp in microseconds

    timeAbs: number

    In-game time in minutes

    timeAbsDelivery: number

    Absolute in-game time of end of job delivery window

    tollgate: boolean

    Event called when a tollgate is activated

    tollgatePayAmount: bigint

    Tollgate pay amount in the game's native currency (ATS=USD, ETS2=Euro)

    trailerLiftAxle: boolean

    Indicates if the lift axel control for the trailer(s) is set to a lifted state

    trailerLiftAxleIndicator: boolean

    Indicates if the lift axel indicator for the trailer(s) is lit

    train: boolean

    Event called when a train is activated

    trainPayAmount: bigint

    Train pay amount in the game's native currency (ATS=USD, ETS2=Euro)

    trainSourceId: string

    The id of the transportation source

    trainSourceName: string

    The name of the transportation source

    trainTargetId: string

    The id of the transportation source

    trainTargetName: string

    The name of the transportation target

    truckBrand: string

    Truck brand display name

    truckBrandId: string

    Truck brand id

    truckHookPositionX: number

    Position of the trailer connection hook in vehicle space

    truckHookPositionY: number

    Position of the trailer connection hook in vehicle space

    truckHookPositionZ: number

    Position of the trailer connection hook in vehicle space

    truckId: string

    Truck id

    truckLicensePlate: string

    Truck license plate number

    truckLicensePlateCountry: string

    Truck license plate country display name

    truckLicensePlateCountryId: string

    Truck license plate country id

    truckName: string

    Truck display name

    truckOdometer: number

    The value of the odometer in km

    truckWheelCount: number

    Number of wheels on the truck

    truckWheelLift: number[]

    Lift state of the wheel <0;1>

    truckWheelLiftable: boolean[]

    Indicates if the wheel is liftable

    truckWheelLiftOffset: number[]

    Vertical displacement of the wheel axle from its normal position in meters as result of lifting

    truckWheelOnGround: boolean[]

    Indicates if the wheel is on the ground or not

    truckWheelPositionX: number[]

    Position of respective wheels in the vehicle space

    truckWheelPositionY: number[]

    Position of respective wheels in the vehicle space

    truckWheelPositionZ: number[]

    Position of respective wheels in the vehicle space

    truckWheelPowered: boolean[]

    Indicates if the wheel is powered

    truckWheelRadius: number[]

    Radius of the wheel

    truckWheelRotation: number[]

    Rolling rotation of the wheel in rotations <0.0,1.0>

    truckWheelSimulated: boolean[]

    Indicates if the wheel is simulated

    truckWheelSteerable: boolean[]

    Indicates if the wheel is steerable

    truckWheelSteering: number[]

    Steering rotation of the wheel in rotations <-0.25,0.25>

    truckWheelSubstance: number[]

    Substance below the wheel

    truckWheelSuspDeflection: number[]

    Vertical displacement of the wheel from its axis in meters

    truckWheelVelocity: number[]

    Angular velocity of the wheel in rotations per second

    unitCount: number

    How many units of the cargo the job consist of

    unitMass: number

    Mass of the single unit of the cargo in kilograms

    userBrake: number

    Brake received from input <0;1>

    userClutch: number

    Clutch received from input <0;1>

    userSteer: number

    Steering received from input <-1;1>

    userThrottle: number

    Throttle received from input <0;1>

    versionMajor: number

    Game major version

    versionMinor: number

    Game minor version

    waterTemperature: number

    Temperature of the water in degrees celsius

    waterTemperatureWarning: boolean

    Indicates if the water temperature warning is active

    waterTemperatureWarningFactor: number

    Temperature of the water above which the warning activates

    wearCabin: number

    Wear of the cabin accessory as <0;1>

    wearChassis: number

    Wear of the chassis accessory as <0;1>

    wearEngine: number

    Wear of the engine accessory as <0;1>

    wearTransmission: number

    Wear of the transmission accessory as <0;1>

    wearWheels: number

    Average wear across the wheel accessories as <0;1>

    wipers: boolean

    Indicates if the windshield wipers of the truck are enabled