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

    Interface TSTFerryEvent

    interface TSTFerryEvent {
        ferryPayAmount: bigint;
        ferrySourceId: string;
        ferrySourceName: string;
        ferryTargetId: string;
        ferryTargetName: string;
    }

    Hierarchy

    • Pick<
          SCSSDKTelemetry,
          | "ferrySourceId"
          | "ferrySourceName"
          | "ferryTargetId"
          | "ferryTargetName"
          | "ferryPayAmount",
      >
      • TSTFerryEvent
    Index

    Properties

    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