Class TQuestProgressEntry

Unit

Declaration

type TQuestProgressEntry = class(TInterfacedObject, IQuestProgressEntry)

Description

An entry in the Quest Progress window

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetName: string;
Public procedure _SetName(Name: string);
Public function _GetDescription: string;
Public procedure _SetDescription(Description: string);
Public function _GetIcon: TQuestRequirementIcon;
Public procedure _SetIcon(Icon: TQuestRequirementIcon);
Public function _GetProgress: Cardinal;
Public procedure _SetProgress(Progress: Cardinal);
Public function _GetTarget: Cardinal;
Public procedure _SetTarget(Target: Cardinal);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TQuestProgressEntry;

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Name: string read _GetName write _SetName;
Public property Description: string read _GetDescription write _SetDescription;
Public property Icon: TQuestRequirementIcon read _GetIcon write _SetIcon;
Public property Progress: Cardinal read _GetProgress write _SetProgress;
Public property Target: Cardinal read _GetTarget write _SetTarget;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetName: string;

This item has no description.

Public procedure _SetName(Name: string);

This item has no description.

Public function _GetDescription: string;

This item has no description.

Public procedure _SetDescription(Description: string);

This item has no description.

Public function _GetIcon: TQuestRequirementIcon;

This item has no description.

Public procedure _SetIcon(Icon: TQuestRequirementIcon);

This item has no description.

Public function _GetProgress: Cardinal;

This item has no description.

Public procedure _SetProgress(Progress: Cardinal);

This item has no description.

Public function _GetTarget: Cardinal;

This item has no description.

Public procedure _SetTarget(Target: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TQuestProgressEntry object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TQuestProgressEntry;

Deserializes an instance of TQuestProgressEntry from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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 Name: string read _GetName write _SetName;

This item has no description.

Public property Description: string read _GetDescription write _SetDescription;

This item has no description.

Public property Icon: TQuestRequirementIcon read _GetIcon write _SetIcon;

This item has no description.

Public property Progress: Cardinal read _GetProgress write _SetProgress;

Note
Value range is 0-64008

Public property Target: Cardinal read _GetTarget write _SetTarget;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.