Class TQuestListServerPacketPageDataProgress
Unit
Declaration
type TQuestListServerPacketPageDataProgress = class(TInterfacedObject, IQuestListServerPacketPageData, IQuestListServerPacketPageDataProgress)
Description
Data associated with IQuestListServerPacket.Page
value 1
.
Hierarchy
- TInterfacedObject
- TQuestListServerPacketPageDataProgress
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetQuestProgressEntries: TArray<IQuestProgressEntry>; |
![]() |
procedure SetQuestProgressEntries(QuestProgressEntries: TArray<IQuestProgressEntry>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TQuestListServerPacketPageDataProgress; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property QuestProgressEntries: TArray<IQuestProgressEntry> read GetQuestProgressEntries write SetQuestProgressEntries; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetQuestProgressEntries: TArray<IQuestProgressEntry>; |
This item has no description. |
![]() |
procedure SetQuestProgressEntries(QuestProgressEntries: TArray<IQuestProgressEntry>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TQuestListServerPacketPageDataProgress; |
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 QuestProgressEntries: TArray<IQuestProgressEntry> read GetQuestProgressEntries write SetQuestProgressEntries; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.