Interface IQuestProgressEntry
Unit
Declaration
type IQuestProgressEntry = interface(IInterface)
Description
An entry in the Quest Progress window
Attributes
- GUID['{0C01B755-03FF-58F5-B38C-2D111EE63956}']
Hierarchy
- IInterface
- IQuestProgressEntry
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetName: string; |
|
procedure SetName(Name: string); |
|
function GetDescription: string; |
|
procedure SetDescription(Description: string); |
|
function GetIcon: TQuestRequirementIcon; |
|
procedure SetIcon(Icon: TQuestRequirementIcon); |
|
function GetProgress: Cardinal; |
|
procedure SetProgress(Progress: Cardinal); |
|
function GetTarget: Cardinal; |
|
procedure SetTarget(Target: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Name: string read GetName write SetName; |
|
property Description: string read GetDescription write SetDescription; |
|
property Icon: TQuestRequirementIcon read GetIcon write SetIcon; |
|
property Progress: Cardinal read GetProgress write SetProgress; |
|
property Target: Cardinal read GetTarget write SetTarget; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetName: string; |
|
This item has no description. |
procedure SetName(Name: string); |
|
This item has no description. |
function GetDescription: string; |
|
This item has no description. |
procedure SetDescription(Description: string); |
|
This item has no description. |
function GetIcon: TQuestRequirementIcon; |
|
This item has no description. |
procedure SetIcon(Icon: TQuestRequirementIcon); |
|
This item has no description. |
function GetProgress: Cardinal; |
|
This item has no description. |
procedure SetProgress(Progress: Cardinal); |
|
This item has no description. |
function GetTarget: Cardinal; |
|
This item has no description. |
procedure SetTarget(Target: Cardinal); |
|
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 Name: string read GetName write SetName; |
|
This item has no description. |
property Description: string read GetDescription write SetDescription; |
|
This item has no description. |
property Icon: TQuestRequirementIcon read GetIcon write SetIcon; |
|
This item has no description. |
property Progress: Cardinal read GetProgress write SetProgress; |
|
|
property Target: Cardinal read GetTarget write SetTarget; |
|
|
Generated by PasDoc 0.16.0-snapshot.