Interface IGuildReportServerPacket

Unit

Declaration

type IGuildReportServerPacket = interface(IPacket)

Description

Get guild info reply

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetName: string;
Public procedure SetName(Name: string);
Public function GetTag: string;
Public procedure SetTag(Tag: string);
Public function GetCreateDate: string;
Public procedure SetCreateDate(CreateDate: string);
Public function GetDescription: string;
Public procedure SetDescription(Description: string);
Public function GetWealth: string;
Public procedure SetWealth(Wealth: string);
Public function GetRanks: TArray<string>;
Public procedure SetRanks(Ranks: TArray<string>);
Public function GetStaff: TArray<IGuildStaff>;
Public procedure SetStaff(Staff: TArray<IGuildStaff>);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Name: string read GetName write SetName;
Public property Tag: string read GetTag write SetTag;
Public property CreateDate: string read GetCreateDate write SetCreateDate;
Public property Description: string read GetDescription write SetDescription;
Public property Wealth: string read GetWealth write SetWealth;
Public property Ranks: TArray<string> read GetRanks write SetRanks;
Public property Staff: TArray<IGuildStaff> read GetStaff write SetStaff;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{7897C493-CB00-5A17-AE46-6C6C20ABF4FF}']
Public function GetName: string;

This item has no description.

Public procedure SetName(Name: string);

This item has no description.

Public function GetTag: string;

This item has no description.

Public procedure SetTag(Tag: string);

This item has no description.

Public function GetCreateDate: string;

This item has no description.

Public procedure SetCreateDate(CreateDate: string);

This item has no description.

Public function GetDescription: string;

This item has no description.

Public procedure SetDescription(Description: string);

This item has no description.

Public function GetWealth: string;

This item has no description.

Public procedure SetWealth(Wealth: string);

This item has no description.

Public function GetRanks: TArray<string>;

This item has no description.

Public procedure SetRanks(Ranks: TArray<string>);

This item has no description.

Public function GetStaff: TArray<IGuildStaff>;

This item has no description.

Public procedure SetStaff(Staff: TArray<IGuildStaff>);

This item has no description.

Public function Family: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public function Action: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public procedure Serialize(Writer: TEoWriter);

Serializes this IGuildReportServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Name: string read GetName write SetName;

This item has no description.

Public property Tag: string read GetTag write SetTag;

This item has no description.

Public property CreateDate: string read GetCreateDate write SetCreateDate;

This item has no description.

Public property Description: string read GetDescription write SetDescription;

This item has no description.

Public property Wealth: string read GetWealth write SetWealth;

This item has no description.

Public property Ranks: TArray<string> read GetRanks write SetRanks;

Note
Length must be 9

Public property Staff: TArray<IGuildStaff> read GetStaff write SetStaff;

Note
Length must be 64008 or less


Generated by PasDoc 0.16.0-snapshot.