Interface IDialogEntry
Unit
Declaration
type IDialogEntry = interface(IInterface)
Description
An entry in a quest dialog
Attributes
- GUID['{03C51087-9AC5-5CB6-A8D9-ECA0A768FE7D}']
Hierarchy
- IInterface
- IDialogEntry
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); |
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
|
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.