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

    Class DataTablesMessage

    Contains unexpanded lookup tables for entity classes and their properties.

    See here for a more in-depth explanation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    tick: number

    The tick that this message was sent on.

    slot: number

    Index of the player that this message belongs to.

    dataTables: Map<string, DataTable> = ...

    List of DataTables/SendTables parsed from this message, with each entry indexed by table name.

    serverClasses: ServerClass[] = []

    List of ServerClass-to-DataTable mappings parsed from this message.

    Methods