Class TGuildReportServerPacket
Unit
Declaration
type TGuildReportServerPacket = class(TInterfacedObject, IPacket, IGuildReportServerPacket)
Description
Get guild info reply
Hierarchy
- TInterfacedObject
- TGuildReportServerPacket
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetTag: string; |
|
procedure SetTag(Tag: string); |
|
function GetCreateDate: string; |
|
procedure SetCreateDate(CreateDate: string); |
|
function GetDescription: string; |
|
procedure SetDescription(Description: string); |
|
function GetWealth: string; |
|
procedure SetWealth(Wealth: string); |
|
function GetRanks: TArray<string>; |
|
procedure SetRanks(Ranks: TArray<string>); |
|
function GetStaff: TArray<IGuildStaff>; |
|
procedure SetStaff(Staff: TArray<IGuildStaff>); |
|
function Family: TPacketFamily; |
|
function Action: TPacketAction; |
|
procedure Serialize(Writer: TEoWriter); |
|
class function PacketFamily: TPacketFamily; |
|
class function PacketAction: TPacketAction; |
|
class function Deserialize(Reader: TEoReader): TGuildReportServerPacket; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Name: string read GetName write SetName; |
|
property Tag: string read GetTag write SetTag; |
|
property CreateDate: string read GetCreateDate write SetCreateDate; |
|
property Description: string read GetDescription write SetDescription; |
|
property Wealth: string read GetWealth write SetWealth; |
|
property Ranks: TArray<string> read GetRanks write SetRanks; |
|
property Staff: TArray<IGuildStaff> read GetStaff write SetStaff; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetName: string; |
|
This item has no description. |
procedure SetName(Name: string); |
|
This item has no description. |
function GetTag: string; |
|
This item has no description. |
procedure SetTag(Tag: string); |
|
This item has no description. |
function GetCreateDate: string; |
|
This item has no description. |
procedure SetCreateDate(CreateDate: string); |
|
This item has no description. |
function GetDescription: string; |
|
This item has no description. |
procedure SetDescription(Description: string); |
|
This item has no description. |
function GetWealth: string; |
|
This item has no description. |
procedure SetWealth(Wealth: string); |
|
This item has no description. |
function GetRanks: TArray<string>; |
|
This item has no description. |
procedure SetRanks(Ranks: TArray<string>); |
|
This item has no description. |
function GetStaff: TArray<IGuildStaff>; |
|
This item has no description. |
procedure SetStaff(Staff: TArray<IGuildStaff>); |
|
This item has no description. |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet |
class function Deserialize(Reader: TEoReader): TGuildReportServerPacket; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property Name: string read GetName write SetName; |
|
This item has no description. |
property Tag: string read GetTag write SetTag; |
|
This item has no description. |
property CreateDate: string read GetCreateDate write SetCreateDate; |
|
This item has no description. |
property Description: string read GetDescription write SetDescription; |
|
This item has no description. |
property Wealth: string read GetWealth write SetWealth; |
|
This item has no description. |
property Ranks: TArray<string> read GetRanks write SetRanks; |
|
|
property Staff: TArray<IGuildStaff> read GetStaff write SetStaff; |
|
|
Generated by PasDoc 0.16.0-snapshot.