Class TDialogEntry
Unit
Declaration
type TDialogEntry = class(TInterfacedObject, IDialogEntry)
Description
An entry in a quest dialog
Hierarchy
- TInterfacedObject
- TDialogEntry
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetEntryType: TDialogEntryType; |
![]() |
procedure _SetEntryType(EntryType: TDialogEntryType); |
![]() |
function _GetLine: string; |
![]() |
procedure _SetLine(Line: string); |
![]() |
function _GetEntryTypeData: IDialogEntryEntryTypeData; |
![]() |
procedure _SetEntryTypeData(EntryTypeData: IDialogEntryEntryTypeData); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TDialogEntry; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property EntryType: TDialogEntryType read _GetEntryType write _SetEntryType; |
![]() |
property EntryTypeData: IDialogEntryEntryTypeData read _GetEntryTypeData write _SetEntryTypeData; |
![]() |
property Line: string read _GetLine write _SetLine; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetEntryType: TDialogEntryType; |
|
This item has no description. | |
![]() |
procedure _SetEntryType(EntryType: TDialogEntryType); |
|
This item has no description. | |
![]() |
function _GetLine: string; |
|
This item has no description. | |
![]() |
procedure _SetLine(Line: string); |
|
This item has no description. | |
![]() |
function _GetEntryTypeData: IDialogEntryEntryTypeData; |
|
This item has no description. | |
![]() |
procedure _SetEntryTypeData(EntryTypeData: IDialogEntryEntryTypeData); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TDialogEntry; |
|
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 EntryType: TDialogEntryType read _GetEntryType write _SetEntryType; |
|
This item has no description. | |
![]() |
property EntryTypeData: IDialogEntryEntryTypeData read _GetEntryTypeData write _SetEntryTypeData; |
|
Data associated with the | |
![]() |
property Line: string read _GetLine write _SetLine; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
