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

    Interface TSTTrainEvent

    interface TSTTrainEvent {
        trainPayAmount: bigint;
        trainSourceId: string;
        trainSourceName: string;
        trainTargetId: string;
        trainTargetName: string;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "trainSourceId"
          | "trainSourceName"
          | "trainTargetId"
          | "trainTargetName"
          | "trainPayAmount",
      >
      • TSTTrainEvent
    Index

    Properties

    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