node-insim
    Preparing search index...

    Class CarContact

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<CarContact> = ...

    All string properties in a raw format as it was received from LFS

    AccelF: number = 0

    m/s^2 longitudinal acceleration (forward positive)

    AccelR: number = 0

    m/s^2 lateral acceleration (right positive)

    CluHan: number = 0

    High 4 bits: clutch / low 4 bits: handbrake (0 to 15)

    Direction: number = 0

    Car's motion if Speed > 0: 0 = world y direction, 128 = 180 deg

    GearSp: number = 0

    High 4 bits: gear (15=R) / low 4 bits: spare

    Heading: number = 0

    Direction of forward axis: 0 = world y direction, 128 = 180 deg

    Info: 0 | CarContactFlags = 0

    Like Info byte in CompCar (CCI_BLUE / CCI_YELLOW / CCI_LAG)

    PLID: number = 0
    Speed: number = 0

    m/s

    Steer: number = 0

    Front wheel steer in degrees (right positive)

    ThrBrk: number = 0

    High 4 bits: throttle / low 4 bits: brake (0 to 15)

    X: number = 0

    Position (1 metre = 16)

    Y: number = 0

    Position (1 metre = 16)

    Methods