node-insim
    Preparing search index...

    Class IS_CON

    CONtact - between two cars (A and B are sorted by PLID)

    This packet reports contacts between two cars if the closing speed is above 0.25 m/s.

    Set the ISF_CON flag in the IS_ISI to receive car contact reports.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _raw: RawProperties<IS_CON> = ...

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

    A: CarContact = ...

    Contact object - car A

    B: CarContact = ...

    Contact object - car B

    ReqI: 0
    Size: 40
    SpClose: number = 0

    High 4 bits: reserved / low 12 bits: closing speed (10 = 1 m/s)

    Time: number = 0

    Looping time stamp (hundredths - time since reset - like TINY_GTH)

    Type: ISP_CON = PacketType.ISP_CON
    Zero: 0

    Methods