node-insim
    Preparing search index...

    Class IS_RES

    RESult (qualify or confirmed finish)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_RES> = ...

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

    BTime: number = 0

    Best lap (ms)

    CName: string = ''

    Skin prefix

    Confirm: 0 | ConfirmationFlags = 0

    confirmation flags: disqualified etc.

    Flags: 0 | PlayerFlags = 0

    Player flags: help settings etc.

    LapsDone: number = 0

    Laps completed

    NumRes: number = 0

    Total number of results (qualify doesn't always add a new one)

    NumStops: number = 0

    Number of pit stops

    Plate: string = ''

    Number plate - NO ZERO AT END!

    PLID: number = 0

    Player's unique id (0 = player left before result was sent)

    PName: string = ''

    Nickname

    PSeconds: number = 0

    Penalty time in seconds (already included in race time)

    ReqI: number = 0

    0 unless this is a reply to a TINY_RES request

    ResultNum: number = 0

    Finish or qualify pos (0 = win / 255 = not added to table)

    Size: 84
    SpA: 0
    SpB: 0
    TTime: number = 0

    Race or autocross: total time / qualify: session time (ms)

    Type: ISP_RES = PacketType.ISP_RES
    UName: string = ''

    Username

    Methods