eolib - v2.0.1
    Preparing search index...

    Class GuildReportServerPacket

    Get guild info reply

    Index

    Constructors

    Accessors

    • get action(): PacketAction

      Returns PacketAction

    • 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 createDate(): string

      Returns string

    • set createDate(createDate: string): void

      Parameters

      • createDate: string

      Returns void

    • get description(): string

      Returns string

    • set description(description: string): void

      Parameters

      • description: string

      Returns void

    • get family(): PacketFamily

      Returns PacketFamily

    • get name(): string

      Returns string

    • set name(name: string): void

      Parameters

      • name: string

      Returns void

    • get ranks(): string[]

      Returns string[]

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

      Parameters

      • ranks: string[]

      Returns void

      • Length must be `9`.
    • get staff(): GuildStaff[]

      Returns GuildStaff[]

      • Length must be 64008 or less.
    • set staff(staff: GuildStaff[]): void

      Parameters

      Returns void

      • Length must be 64008 or less.
    • get tag(): string

      Returns string

    • set tag(tag: string): void

      Parameters

      • tag: string

      Returns void

    • get wealth(): string

      Returns string

    • set wealth(wealth: string): void

      Parameters

      • wealth: string

      Returns void

    • get action(): PacketAction

      Returns the packet action associated with this type.

      Returns PacketAction

      The packet action associated with this type

    • get family(): PacketFamily

      Returns the packet family associated with this type.

      Returns PacketFamily

      The packet family associated with this type

    Methods

    • Parameters

      Returns void

    • Deserializes an instance of GuildReportServerPacket from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns GuildReportServerPacket

      The deserialized data

    • Serializes an instance of GuildReportServerPacket to the provided EoWriter.

      Parameters

      Returns void