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.
