Scriptable Parser for Portal 2 Demos
    Preparing search index...

    Class PacketMessage

    Contains viewpoint data and network packets (Net/Svc messages).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    tick: number

    The tick that this message was sent on.

    slot: number

    Index of the player that this message belongs to.

    packetInfo: CmdInfo[]

    Camera position data, one entry per player.

    inSequence: number

    Inbound packet number, used to detect duplicated/dropped/misordered packets.

    outSequence: number

    Outbound packet number.

    messages: NetSvcMessage[] = []

    List of parsed Net/Svc messages (packets).

    Methods