Class TDialogQuestEntry
Unit
Declaration
type TDialogQuestEntry = class(TInterfacedObject, IDialogQuestEntry)
Description
An entry in the quest switcher
Hierarchy
- TInterfacedObject
- TDialogQuestEntry
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetQuestId: Cardinal; |
![]() |
procedure _SetQuestId(QuestId: Cardinal); |
![]() |
function _GetQuestName: string; |
![]() |
procedure _SetQuestName(QuestName: string); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TDialogQuestEntry; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TDialogQuestEntry; |
|
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 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.
