Data associated with actionType value TrainType.Skill

Hierarchy

  • ActionTypeDataSkill

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_spellId: number = 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 spellId(): number
  • Remarks

    • Value range is 0-64008

    Returns number

  • set spellId(spellId: number): void
  • Remarks

    • Value range is 0-64008

    Parameters

    • spellId: number

    Returns void

Methods

  • Deserializes an instance of ActionTypeDataSkill from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns ActionTypeDataSkill

  • Serializes an instance of ActionTypeDataSkill to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc