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.