Interface IDialogQuestEntry
Unit
Declaration
type IDialogQuestEntry = interface(IInterface)
Description
An entry in the quest switcher
Attributes
- GUID['{C6621683-CB5A-5549-8E53-01F07D84307B}']
Hierarchy
- IInterface
- IDialogQuestEntry
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetQuestId: Cardinal; |
|
procedure SetQuestId(QuestId: Cardinal); |
|
function GetQuestName: string; |
|
procedure SetQuestName(QuestName: string); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property QuestId: Cardinal read GetQuestId write SetQuestId; |
|
property QuestName: string read GetQuestName write SetQuestName; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetQuestId: Cardinal; |
|
This item has no description. |
procedure SetQuestId(QuestId: Cardinal); |
|
This item has no description. |
function GetQuestName: string; |
|
This item has no description. |
procedure SetQuestName(QuestName: string); |
|
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 QuestId: Cardinal read GetQuestId write SetQuestId; |
|
|
property QuestName: string read GetQuestName write SetQuestName; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.