Interface IQuestUseClientPacket

Unit

Declaration

type IQuestUseClientPacket = interface(IPacket)

Description

Talking to a quest NPC

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetNpcIndex: Cardinal;
Public procedure SetNpcIndex(NpcIndex: Cardinal);
Public function GetQuestId: Cardinal;
Public procedure SetQuestId(QuestId: Cardinal);
Public function Family: TPacketFamily;
Public function Action: TPacketAction;
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex;
Public property QuestId: Cardinal read GetQuestId write SetQuestId;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{82B1428A-0A40-52D8-A887-B017A3B584D5}']
Public function GetNpcIndex: Cardinal;

This item has no description.

Public procedure SetNpcIndex(NpcIndex: 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 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 IQuestUseClientPacket 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 NpcIndex: Cardinal read GetNpcIndex write SetNpcIndex;

Note
Value range is 0-64008

Public property QuestId: Cardinal read GetQuestId write SetQuestId;

Quest ID is 0 unless the player explicitly selects a quest from the quest switcher

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.