Class TQuestListServerPacketPageDataHistory
Unit
Declaration
type TQuestListServerPacketPageDataHistory = class(TInterfacedObject, IQuestListServerPacketPageData, IQuestListServerPacketPageDataHistory)
Description
Data associated with IQuestListServerPacket.Page
value 2
.
Hierarchy
- TInterfacedObject
- TQuestListServerPacketPageDataHistory
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetCompletedQuests: TArray<string>; |
|
procedure SetCompletedQuests(CompletedQuests: TArray<string>); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TQuestListServerPacketPageDataHistory; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property CompletedQuests: TArray<string> read GetCompletedQuests write SetCompletedQuests; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetCompletedQuests: TArray<string>; |
|
This item has no description. |
procedure SetCompletedQuests(CompletedQuests: TArray<string>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TQuestListServerPacketPageDataHistory; |
|
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 CompletedQuests: TArray<string> read GetCompletedQuests write SetCompletedQuests; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.