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.
