Interface IDialogQuestEntry

Unit

Declaration

type IDialogQuestEntry = interface(IInterface)

Description

An entry in the quest switcher

Attributes
GUID['{C6621683-CB5A-5549-8E53-01F07D84307B}']

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);

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 IDialogQuestEntry 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 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.