Class TQuestProgressEntry
Unit
Declaration
type TQuestProgressEntry = class(TInterfacedObject, IQuestProgressEntry)
Description
An entry in the Quest Progress window
Hierarchy
- TInterfacedObject
- TQuestProgressEntry
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); |
|
class function Deserialize(Reader: TEoReader): TQuestProgressEntry; |
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
|
class function Deserialize(Reader: TEoReader): TQuestProgressEntry; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
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.