Interface IQuestProgressEntry

Unit

Declaration

type IQuestProgressEntry = interface(IInterface)

Description

An entry in the Quest Progress window

Attributes
GUID['{0C01B755-03FF-58F5-B38C-2D111EE63956}']

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);

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 IQuestProgressEntry 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 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.