Class GlobalBackfillMessage

A backfilled global chat message

Hierarchy

  • GlobalBackfillMessage

Constructors

Properties

_byteSize: number = 0
_message: string = null
_playerName: string = null

Accessors

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

  • get message(): string
  • Returns string

  • set message(message: string): void
  • Parameters

    • message: string

    Returns void

  • get playerName(): string
  • Returns string

  • set playerName(playerName: string): void
  • Parameters

    • playerName: string

    Returns void

Methods

  • Deserializes an instance of GlobalBackfillMessage from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns GlobalBackfillMessage

  • Serializes an instance of GlobalBackfillMessage to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc