Class TQuestAcceptClientPacket

Unit

Declaration

type TQuestAcceptClientPacket = class(TInterfacedObject, IPacket, IQuestAcceptClientPacket)

Description

Response to a quest NPC dialog

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetSessionId: Cardinal;
Public procedure SetSessionId(SessionId: Cardinal);
Public function GetDialogId: Cardinal;
Public procedure SetDialogId(DialogId: Cardinal);
Public function GetQuestId: Cardinal;
Public procedure SetQuestId(QuestId: Cardinal);
Public function GetNpcIndex: Cardinal;
Public procedure SetNpcIndex(NpcIndex: Cardinal);
Public function GetReplyType: TDialogReply;
Public procedure SetReplyType(ReplyType: TDialogReply);
Public function GetReplyTypeData: IQuestAcceptClientPacketReplyTypeData;
Public procedure SetReplyTypeData(ReplyTypeData: IQuestAcceptClientPacketReplyTypeData);
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): TQuestAcceptClientPacket;

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property SessionId: Cardinal read GetSessionId write SetSessionId;
Public property DialogId: Cardinal read GetDialogId write SetDialogId;
Public property QuestId: Cardinal read GetQuestId write SetQuestId;
Public property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex;
Public property ReplyType: TDialogReply read GetReplyType write SetReplyType;
Public property ReplyTypeData: IQuestAcceptClientPacketReplyTypeData read GetReplyTypeData write SetReplyTypeData;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetSessionId: Cardinal;

This item has no description.

Public procedure SetSessionId(SessionId: Cardinal);

This item has no description.

Public function GetDialogId: Cardinal;

This item has no description.

Public procedure SetDialogId(DialogId: Cardinal);

This item has no description.

Public function GetQuestId: Cardinal;

This item has no description.

Public procedure SetQuestId(QuestId: Cardinal);

This item has no description.

Public function GetNpcIndex: Cardinal;

This item has no description.

Public procedure SetNpcIndex(NpcIndex: Cardinal);

This item has no description.

Public function GetReplyType: TDialogReply;

This item has no description.

Public procedure SetReplyType(ReplyType: TDialogReply);

This item has no description.

Public function GetReplyTypeData: IQuestAcceptClientPacketReplyTypeData;

This item has no description.

Public procedure SetReplyTypeData(ReplyTypeData: IQuestAcceptClientPacketReplyTypeData);

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 TQuestAcceptClientPacket 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): TQuestAcceptClientPacket;

Deserializes an instance of TQuestAcceptClientPacket 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 SessionId: Cardinal read GetSessionId write SetSessionId;

Note
Value range is 0-64008

Public property DialogId: Cardinal read GetDialogId write SetDialogId;

Note
Value range is 0-64008

Public property QuestId: Cardinal read GetQuestId write SetQuestId;

Note
Value range is 0-64008

Public property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex;

Note
Value range is 0-64008

Public property ReplyType: TDialogReply read GetReplyType write SetReplyType;

This item has no description.

Public property ReplyTypeData: IQuestAcceptClientPacketReplyTypeData read GetReplyTypeData write SetReplyTypeData;

Data associated with the ReplyType field.


Generated by PasDoc 0.16.0-snapshot.