Class TQuestDialogServerPacket
Unit
Declaration
type TQuestDialogServerPacket = class(TInterfacedObject, IPacket, IQuestDialogServerPacket)
Description
Quest selection dialog
Hierarchy
- TInterfacedObject
- TQuestDialogServerPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetBehaviorId: Cardinal; |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
![]() |
function _GetQuestId: Cardinal; |
![]() |
procedure _SetQuestId(QuestId: Cardinal); |
![]() |
function _GetSessionId: Cardinal; |
![]() |
procedure _SetSessionId(SessionId: Cardinal); |
![]() |
function _GetDialogId: Cardinal; |
![]() |
procedure _SetDialogId(DialogId: Cardinal); |
![]() |
function _GetQuestEntries: TArray<IDialogQuestEntry>; |
![]() |
procedure _SetQuestEntries(QuestEntries: TArray<IDialogQuestEntry>); |
![]() |
function _GetDialogEntries: TArray<IDialogEntry>; |
![]() |
procedure _SetDialogEntries(DialogEntries: TArray<IDialogEntry>); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TQuestDialogServerPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
![]() |
property QuestId: Cardinal read _GetQuestId write _SetQuestId; |
![]() |
property SessionId: Cardinal read _GetSessionId write _SetSessionId; |
![]() |
property DialogId: Cardinal read _GetDialogId write _SetDialogId; |
![]() |
property QuestEntries: TArray<IDialogQuestEntry> read _GetQuestEntries write _SetQuestEntries; |
![]() |
property DialogEntries: TArray<IDialogEntry> read _GetDialogEntries write _SetDialogEntries; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetBehaviorId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetBehaviorId(BehaviorId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetQuestId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetQuestId(QuestId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetSessionId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSessionId(SessionId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetDialogId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetDialogId(DialogId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetQuestEntries: TArray<IDialogQuestEntry>; |
|
This item has no description. | |
![]() |
procedure _SetQuestEntries(QuestEntries: TArray<IDialogQuestEntry>); |
|
This item has no description. | |
![]() |
function _GetDialogEntries: TArray<IDialogEntry>; |
|
This item has no description. | |
![]() |
procedure _SetDialogEntries(DialogEntries: TArray<IDialogEntry>); |
|
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): TQuestDialogServerPacket; |
|
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 BehaviorId: Cardinal read _GetBehaviorId write _SetBehaviorId; |
|
| |
![]() |
property QuestId: Cardinal read _GetQuestId write _SetQuestId; |
|
| |
![]() |
property SessionId: Cardinal read _GetSessionId write _SetSessionId; |
|
| |
![]() |
property DialogId: Cardinal read _GetDialogId write _SetDialogId; |
|
| |
![]() |
property QuestEntries: TArray<IDialogQuestEntry> read _GetQuestEntries write _SetQuestEntries; |
|
| |
![]() |
property DialogEntries: TArray<IDialogEntry> read _GetDialogEntries write _SetDialogEntries; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
