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

    Class StringEntryData

    A simple string. Used for some miscellaneous tables.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    tableName: string

    Name of the string table that this entry belongs to.

    entryName: string

    Name of this entry.

    string: string

    Methods

    • Parses a string table property from the given demo.

      Parameters

      • tableName: string

        Name of the string table that this entry belongs to.

      • entryName: string

        Name of this entry.

      • demo: Demo

        Demo from which to parse.

      • Optionalcompression: number | null

        Compression details, currently unused.

      Returns StringTableEntry

      A string table entry variant as derived from the table's name.