Class PingSequenceStart

A class representing the sequence start value sent with the CONNECTION_PLAYER server packet.

See

ConnectionPlayerServerPacket

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

_seq1: number
_seq2: number

Accessors

Methods

  • Creates an instance of PingSequenceStart from the values sent with the CONNECTION_PLAYER server packet.

    Returns

    An instance of PingSequenceStart

    See

    Parameters

    • seq1: number

      the seq1 short value sent with the CONNECTION_PLAYER server packet

    • seq2: number

      the seq2 char value sent with the CONNECTION_PLAYER server packet

    Returns PingSequenceStart

Generated using TypeDoc