node-insim
    Preparing search index...

    Class IS_RST

    Race STart

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_RST> = ...

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

    Finish: number = 0

    Node index - finish line

    Flags: 0 | RaceFlags = 0

    Race flags (must pit, can reset, etc.)

    NumNodes: number = 0

    Total number of nodes in the path

    NumP: number = 0

    Number of players in race

    QualMins: number = 0

    0 if race

    RaceLaps: number = 0

    0 if qualifying

    ReqI: number = 0

    0 unless this is a reply to an TINY_RST request

    Size: 28
    Split1: number = 0

    Node index - split 1

    Split2: number = 0

    Node index - split 2

    Split3: number = 0

    Node index - split 3

    Timing: number = 0

    Lap timing

    Bits 6 and 7 (Timing & 0xc0):

    • 0x40: standard lap timing is being used
    • 0x80: custom timing - user checkpoints have been placed
    • 0xc0: no lap timing - e.g. open config with no user checkpoints

    Bits 0 and 1 (Timing & 0x03): number of checkpoints if lap timing is enabled

    Track: string = ''

    Short track name

    Type: ISP_RST = PacketType.ISP_RST
    Weather: number = 0
    Wind: Wind = 0
    Zero: 0

    Methods