Table of Contents

Class QuestWrapper

Namespace
S1API.Quests
Assembly
S1API.dll

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

List<QuestEntry>

Title

The quest title.

public string Title { get; }

Property Value

string

Events

OnComplete

An action called once a quest has been completed.

public event Action OnComplete

Event Type

Action

OnFail

An action called once a quest has been failed.

public event Action OnFail

Event Type

Action