Class TDialogEntry

Unit

Declaration

type TDialogEntry = class(TInterfacedObject, IDialogEntry)

Description

An entry in a quest dialog

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);
Public class function Deserialize(Reader: TEoReader): TDialogEntry;

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 TDialogEntry object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TDialogEntry;

Deserializes an instance of TDialogEntry from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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.