eolib - v2.0.1
    Preparing search index...

    Data associated with infoType value GuildInfoType.Ranks

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get ranks(): string[]

      Returns string[]

      • Length must be `9`.
    • set ranks(ranks: string[]): void

      Parameters

      • ranks: string[]

      Returns void

      • Length must be `9`.

    Methods

    • Deserializes an instance of InfoTypeDataRanks from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns InfoTypeDataRanks

      The deserialized data

    • Serializes an instance of InfoTypeDataRanks to the provided EoWriter.

      Parameters

      Returns void