Table of Contents

Class QuestData

Namespace
S1API.Quests
Assembly
S1API.dll

Generic data applied for all custom quests.

public class QuestData
Inheritance
QuestData
Inherited Members
Extension Methods

Constructors

QuestData(string)

Creates a new quest data descriptor.

public QuestData(string className)

Parameters

className string

Fully qualified quest type name (e.g., "MyMod.Quests.IntroQuest").

Fields

ClassName

Fully qualified quest class name used by the game to instantiate or resolve the custom quest.

public readonly string ClassName

Field Value

string