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.