node-insim
    Preparing search index...

    Class IS_NLP

    Node and Lap Packet - variable size

    To receive IS_NLP packets at a specified interval:

    • Set the Interval field in the IS_ISI (InSimInit) packet (10, 20, 30... 8000 ms)
    • Set ISF_NLP flag in the IS_ISI packet

    If ISF_NLP flag is set, one IS_NLP packet is sent...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _raw: RawProperties<IS_NLP> = ...

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

    Info: NodeLap[] = []

    Node and lap of each player, 1 to NLP_MAX_CARS (NumP)

    NumP: number = 0

    Number of players in race

    ReqI: number = 0

    0 unless this is a reply to a TINY_NLP request

    Size: 4

    4 + NumP * 6 (PLUS 2 if needed to make it a multiple of 4)

    Type: ISP_NLP = PacketType.ISP_NLP

    Methods