Data associated with infoType value GuildInfoType.Ranks

Hierarchy

  • InfoTypeDataRanks

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_ranks: 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 ranks(): string[]
  • Remarks

    • Length must be `9`.

    Returns string[]

  • set ranks(ranks: string[]): void
  • Remarks

    • Length must be `9`.

    Parameters

    • ranks: string[]

    Returns void

Methods

  • Deserializes an instance of InfoTypeDataRanks from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns InfoTypeDataRanks

  • Serializes an instance of InfoTypeDataRanks to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc