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.