Class GuildReportServerPacket

Get guild info reply

Hierarchy

  • GuildReportServerPacket

Constructors

Properties

_byteSize: number = 0
_createDate: string = null
_description: string = null
_name: string = null
_ranks: string[] = null
_staff: GuildStaff[] = null
_staffCount: number = null
_tag: string = null
_wealth: string = null

Accessors

  • get action(): PacketAction
  • Returns PacketAction

  • 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 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[]
  • Remarks

    • Length must be `9`.

    Returns string[]

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

    • Length must be `9`.

    Parameters

    • ranks: string[]

    Returns void

  • get staff(): GuildStaff[]
  • Remarks

    • Length must be 64008 or less.

    Returns GuildStaff[]

  • set staff(staff: GuildStaff[]): void
  • Remarks

    • Length must be 64008 or less.

    Parameters

    Returns void

  • 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

    The packet action associated with this type

    Returns PacketAction

  • get family(): PacketFamily
  • Returns the packet family associated with this type.

    Returns

    The packet family associated with this type

    Returns PacketFamily

Methods

  • Parameters

    Returns void

  • Deserializes an instance of GuildReportServerPacket from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns GuildReportServerPacket

  • Serializes an instance of GuildReportServerPacket to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc