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

    Interface SCSSDKTrailerTelemetry

    interface SCSSDKTrailerTelemetry {
        angularAccelerationX: number;
        angularAccelerationY: number;
        angularAccelerationZ: number;
        angularVelocityX: number;
        angularVelocityY: number;
        angularVelocityZ: number;
        attached: boolean;
        bodyType: string;
        brand: string;
        brandId: string;
        cargoAcessoryId: string;
        cargoDamage: number;
        chainType: string;
        hookPositionX: number;
        hookPositionY: number;
        hookPositionZ: number;
        id: string;
        licensePlate: string;
        licensePlateCountry: string;
        licensePlateCountryId: string;
        linearAccelerationX: number;
        linearAccelerationY: number;
        linearAccelerationZ: number;
        linearVelocityX: number;
        linearVelocityY: number;
        linearVelocityZ: number;
        name: string;
        rotationX: number;
        rotationY: number;
        rotationZ: number;
        wearBody: number;
        wearChassis: number;
        wearWheels: number;
        wheelCount: number;
        wheelLift: number[];
        wheelLiftable: boolean[];
        wheelLiftOffset: number[];
        wheelOnGround: boolean[];
        wheelPositionX: number[];
        wheelPositionY: number[];
        wheelPositionZ: number[];
        wheelPowered: boolean[];
        wheelRadius: number[];
        wheelRotation: number[];
        wheelSimulated: boolean[];
        wheelSteerable: boolean[];
        wheelSteering: number[];
        wheelSubstance: number[];
        wheelSuspDeflection: number[];
        wheelVelocity: number[];
        worldX: number;
        worldY: number;
        worldZ: number;
    }
    Index

    Properties

    angularAccelerationX: number

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

    angularAccelerationY: number

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

    angularAccelerationZ: number

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

    angularVelocityX: number

    Represents vehicle space angular velocity of the truck measured in rotations per second

    angularVelocityY: number

    Represents vehicle space angular velocity of the truck measured in rotations per second

    angularVelocityZ: number

    Represents vehicle space angular velocity of the truck measured in rotations per second

    attached: boolean

    Indicates if the trailer is connected to the truck

    bodyType: string

    Trailer body type

    brand: string

    Trailer brand display name

    brandId: string

    Trailer brand id

    cargoAcessoryId: string
    cargoDamage: number

    How much is the cargo damaged that is loaded to this trailer in <0.0, 1.0> range

    chainType: string

    Name of trailer chain type

    hookPositionX: number
    hookPositionY: number
    hookPositionZ: number
    id: string

    Trailer model id

    licensePlate: string

    Trailer license plate number

    licensePlateCountry: string

    Trailer license plate country id

    licensePlateCountryId: string

    Trailer license plate country display name

    linearAccelerationX: number

    Represents vehicle space linear acceleration of the truck measured in meters per second^2

    linearAccelerationY: number

    Represents vehicle space linear acceleration of the truck measured in meters per second^2

    linearAccelerationZ: number

    Represents vehicle space linear acceleration of the truck measured in meters per second^2

    linearVelocityX: number

    Represents vehicle space linear velocity of the truck measured in meters per second

    linearVelocityY: number

    Represents vehicle space linear velocity of the truck measured in meters per second

    linearVelocityZ: number

    Represents vehicle space linear velocity of the truck measured in meters per second

    name: string

    Trailer model display name

    rotationX: number
    rotationY: number
    rotationZ: number
    wearBody: number
    wearChassis: number

    Wear of the chassis accessory as <0;1>

    wearWheels: number

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

    wheelCount: number

    Number of wheels on the trailer

    wheelLift: number[]
    wheelLiftable: boolean[]
    wheelLiftOffset: number[]
    wheelOnGround: boolean[]
    wheelPositionX: number[]
    wheelPositionY: number[]
    wheelPositionZ: number[]
    wheelPowered: boolean[]
    wheelRadius: number[]
    wheelRotation: number[]
    wheelSimulated: boolean[]
    wheelSteerable: boolean[]
    wheelSteering: number[]
    wheelSubstance: number[]

    Substance below the wheel

    wheelSuspDeflection: number[]
    wheelVelocity: number[]
    worldX: number

    Position of the trailer in the world on the X axis

    worldY: number

    Position of the trailer in the world on the Y axis

    worldZ: number

    Position of the trailer in the world on the Z axis