Interface IQuestListServerPacketPageDataHistory
Unit
Declaration
type IQuestListServerPacketPageDataHistory = interface(IQuestListServerPacketPageData)
Description
Data associated with IQuestListServerPacket.Page
value 2
.
Hierarchy
- IInterface
- IQuestListServerPacketPageData
- IQuestListServerPacketPageDataHistory
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCompletedQuests: TArray<string>; |
![]() |
procedure SetCompletedQuests(CompletedQuests: TArray<string>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property CompletedQuests: TArray<string> read GetCompletedQuests write SetCompletedQuests; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
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
|
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.