Class TBookReplyServerPacket

Unit

Declaration

type TBookReplyServerPacket = class(TInterfacedObject, IPacket, IBookReplyServerPacket)

Description

Reply to requesting a book

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetDetails: ICharacterDetails;
Public procedure SetDetails(Details: ICharacterDetails);
Public function GetIcon: TCharacterIcon;
Public procedure SetIcon(Icon: TCharacterIcon);
Public function GetQuestNames: TArray<string>;
Public procedure SetQuestNames(QuestNames: TArray<string>);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);
Public class function PacketFamily: TPacketFamily;
Public class function PacketAction: TPacketAction;
Public class function Deserialize(Reader: TEoReader): TBookReplyServerPacket;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Details: ICharacterDetails read GetDetails write SetDetails;
Public property Icon: TCharacterIcon read GetIcon write SetIcon;
Public property QuestNames: TArray<string> read GetQuestNames write SetQuestNames;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetDetails: ICharacterDetails;

This item has no description.

Public procedure SetDetails(Details: ICharacterDetails);

This item has no description.

Public function GetIcon: TCharacterIcon;

This item has no description.

Public procedure SetIcon(Icon: TCharacterIcon);

This item has no description.

Public function GetQuestNames: TArray<string>;

This item has no description.

Public procedure SetQuestNames(QuestNames: TArray<string>);

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 TBookReplyServerPacket object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function PacketFamily: TPacketFamily;

Returns the packet family associated with this packet.

Returns

The packet family associated with this packet

Public class function PacketAction: TPacketAction;

Returns the packet action associated with this packet.

Returns

The packet action associated with this packet

Public class function Deserialize(Reader: TEoReader): TBookReplyServerPacket;

Deserializes an instance of TBookReplyServerPacket from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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 Details: ICharacterDetails read GetDetails write SetDetails;

This item has no description.

Public property Icon: TCharacterIcon read GetIcon write SetIcon;

This item has no description.

Public property QuestNames: TArray<string> read GetQuestNames write SetQuestNames;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.