Class TDialogQuestEntry

Unit

Declaration

type TDialogQuestEntry = class(TInterfacedObject, IDialogQuestEntry)

Description

An entry in the quest switcher

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetQuestId: Cardinal;
Public procedure _SetQuestId(QuestId: Cardinal);
Public function _GetQuestName: string;
Public procedure _SetQuestName(QuestName: string);
Public procedure Serialize(Writer: TEoWriter);
Public class function Deserialize(Reader: TEoReader): TDialogQuestEntry;

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property QuestId: Cardinal read _GetQuestId write _SetQuestId;
Public property QuestName: string read _GetQuestName write _SetQuestName;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetQuestId: Cardinal;

This item has no description.

Public procedure _SetQuestId(QuestId: Cardinal);

This item has no description.

Public function _GetQuestName: string;

This item has no description.

Public procedure _SetQuestName(QuestName: string);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this TDialogQuestEntry object to the provided TEoWriter.

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

Deserializes an instance of TDialogQuestEntry 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 QuestId: Cardinal read _GetQuestId write _SetQuestId;

Note
Value range is 0-64008

Public property QuestName: string read _GetQuestName write _SetQuestName;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.