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

    Class SignOnMessage

    Effectively the same as PacketMessage, except:

    • sent only once at the start of a demo;
    • contains some packets that don't show up in PacketMessage.

    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