Interface IDialogEntry

Unit

Declaration

type IDialogEntry = interface(IInterface)

Description

An entry in a quest dialog

Attributes
GUID['{03C51087-9AC5-5CB6-A8D9-ECA0A768FE7D}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetEntryType: TDialogEntryType;
Public procedure _SetEntryType(EntryType: TDialogEntryType);
Public function _GetLine: string;
Public procedure _SetLine(Line: string);
Public function _GetEntryTypeData: IDialogEntryEntryTypeData;
Public procedure _SetEntryTypeData(EntryTypeData: IDialogEntryEntryTypeData);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property EntryType: TDialogEntryType read _GetEntryType write _SetEntryType;
Public property EntryTypeData: IDialogEntryEntryTypeData read _GetEntryTypeData write _SetEntryTypeData;
Public property Line: string read _GetLine write _SetLine;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetEntryType: TDialogEntryType;

This item has no description.

Public procedure _SetEntryType(EntryType: TDialogEntryType);

This item has no description.

Public function _GetLine: string;

This item has no description.

Public procedure _SetLine(Line: string);

This item has no description.

Public function _GetEntryTypeData: IDialogEntryEntryTypeData;

This item has no description.

Public procedure _SetEntryTypeData(EntryTypeData: IDialogEntryEntryTypeData);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IDialogEntry object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property EntryType: TDialogEntryType read _GetEntryType write _SetEntryType;

This item has no description.

Public property EntryTypeData: IDialogEntryEntryTypeData read _GetEntryTypeData write _SetEntryTypeData;

Data associated with the EntryType field.

Public property Line: string read _GetLine write _SetLine;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.