Class QuestWrapper
Wrapper for accessing quests that can handle both custom mod quests and base game quests. Provides unified access to quest events and properties.
public sealed class QuestWrapper
- Inheritance
-
QuestWrapper
- Inherited Members
- Extension Methods
Properties
QuestEntries
Gets the quest entries for this quest.
public List<QuestEntry> QuestEntries { get; }
Property Value
Title
The quest title.
public string Title { get; }
Property Value
Events
OnComplete
An action called once a quest has been completed.
public event Action OnComplete
Event Type
OnFail
An action called once a quest has been failed.
public event Action OnFail