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.