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

    Interface TSTJobDeliveredEvent

    interface TSTJobDeliveredEvent {
        cargo: string;
        cargoId: string;
        cargoMass: number;
        cityDst: string;
        cityDstId: string;
        citySrc: string;
        citySrcId: string;
        compDst: string;
        compDstId: string;
        compSrc: string;
        compSrcId: string;
        jobDeliveredAutoloadUsed: boolean;
        jobDeliveredAutoparkUsed: boolean;
        jobDeliveredCargoDamage: number;
        jobDeliveredDeliveryTime: number;
        jobDeliveredDistanceKm: number;
        jobDeliveredEarnedXp: number;
        jobDeliveredRevenue: bigint;
        jobFinishedTime: number;
        jobMarket: string;
        jobStartingTime: number;
        plannedDistanceKm: number;
        specialJob: boolean;
        timeAbsDelivery: number;
        unitCount: number;
        unitMass: number;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "cargo"
          | "cargoId"
          | "cargoMass"
          | "cityDst"
          | "cityDstId"
          | "citySrc"
          | "citySrcId"
          | "compDst"
          | "compDstId"
          | "compSrc"
          | "compSrcId"
          | "jobDeliveredAutoloadUsed"
          | "jobDeliveredAutoparkUsed"
          | "jobDeliveredCargoDamage"
          | "jobDeliveredDeliveryTime"
          | "jobDeliveredDistanceKm"
          | "jobDeliveredEarnedXp"
          | "jobDeliveredRevenue"
          | "jobFinishedTime"
          | "jobMarket"
          | "jobStartingTime"
          | "plannedDistanceKm"
          | "specialJob"
          | "timeAbsDelivery"
          | "unitCount"
          | "unitMass",
      >
      • TSTJobDeliveredEvent
    Index

    Properties

    cargo: string

    Cargo display name

    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

    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)

    jobFinishedTime: number

    Time the job finished (in in-game minutes)

    jobMarket: string

    The job market the current job is from

    jobStartingTime: number

    Time the job started (in in-game minutes)

    plannedDistanceKm: number

    Navigation planned distance in km

    specialJob: boolean

    Indicates if the current job is a special transport

    timeAbsDelivery: number

    Absolute in-game time of end of job delivery window

    unitCount: number

    How many units of the cargo the job consist of

    unitMass: number

    Mass of the single unit of the cargo in kilograms