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.