Interface IQuestListServerPacketPageDataHistory

Unit

Declaration

type IQuestListServerPacketPageDataHistory = interface(IQuestListServerPacketPageData)

Description

Data associated with IQuestListServerPacket.Page value 2.

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCompletedQuests: TArray<string>;
Public procedure SetCompletedQuests(CompletedQuests: TArray<string>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property CompletedQuests: TArray<string> read GetCompletedQuests write SetCompletedQuests;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Attributes
GUID['{37137FD2-E2CC-5E52-B230-390F7FFB708F}']
Public function GetCompletedQuests: TArray<string>;

This item has no description.

Public procedure SetCompletedQuests(CompletedQuests: TArray<string>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IQuestListServerPacketPageDataHistory 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 CompletedQuests: TArray<string> read GetCompletedQuests write SetCompletedQuests;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.