node-insim
    Preparing search index...

    Class IS_PLH

    PLayer Handicaps - variable size

    These handicaps will remain until the player spectates or rejoins after returning from pits or garage (an IS_NPL will be sent in that case).

    An output IS_PLH is sent to all InSim clients after an IS_PLH is received. The output IS_PLH contains an entry for all valid players that had handicaps updated. An IS_PLH is also output when a handicap is set by a text command /h_mass username X or /h_tres username X

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_PLH> = ...

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

    HCaps: PlayerHCap[] = []
    NumP: number = 0

    Number of players in this packet

    ReqI: number = 0

    0 unless this is a reply to a TINY_PLH request

    Size: number = 4

    4 + NumP * 4

    Type: ISP_PLH = PacketType.ISP_PLH
    PLH_MAX_PLAYERS: 40

    Methods