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.
