Data associated with actionType value TrainType.Stat

Hierarchy

  • ActionTypeDataStat

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_statId: StatId = 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 statId(): StatId
  • Returns StatId

  • set statId(statId: StatId): void
  • Parameters

    Returns void

Methods

  • Deserializes an instance of ActionTypeDataStat from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns ActionTypeDataStat

  • Serializes an instance of ActionTypeDataStat to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc