Skip to content
Version 2.11.0
↓ Get the launcher

QuestInfo structure

Static data for a single quest from the game table.

public struct QuestInfo : IEquatable<QuestInfo>
parameter description
Id Game-table quest id.
Name Localised quest display name.
Description Localised quest description text.
QuestKind Quest kind integer (main story, side quest, daily, etc.) from the game table.
name description
QuestInfo(…) Static data for a single quest from the game table.
Description { get; set; } Localised quest description text.
Id { get; set; } Game-table quest id.
Name { get; set; } Localised quest display name.
QuestKind { get; set; } Quest kind integer (main story, side quest, daily, etc.) from the game table.