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.
