Show / Hide Table of Contents

Class QuestTypeId

Inheritance
System.Object
QuestTypeId
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: QuestFramework
Assembly: QuestFramework.dll
Syntax
public static class QuestTypeId

Properties

Basic

Declaration
public static int Basic { get; }
Property Value
Type Description
System.Int32

Building

Declaration
public static int Building { get; }
Property Value
Type Description
System.Int32

Crafting

Declaration
public static int Crafting { get; }
Property Value
Type Description
System.Int32

ItemDelivery

Declaration
public static int ItemDelivery { get; }
Property Value
Type Description
System.Int32

ItemHarvest

Declaration
public static int ItemHarvest { get; }
Property Value
Type Description
System.Int32

Location

Declaration
public static int Location { get; }
Property Value
Type Description
System.Int32

LostItem

Declaration
public static int LostItem { get; }
Property Value
Type Description
System.Int32

Monster

Declaration
public static int Monster { get; }
Property Value
Type Description
System.Int32

SecretLostItem

Declaration
public static int SecretLostItem { get; }
Property Value
Type Description
System.Int32

Social

Declaration
public static int Social { get; }
Property Value
Type Description
System.Int32

Methods

ToVanillaTypeId(QuestType)

Returns quest type id in vanilla SDV quest coresponding for a quest class type.

Declaration
public static int ToVanillaTypeId(this QuestType type)
Parameters
Type Name Description
QuestType type
Returns
Type Description
System.Int32
Back to top Generated by DocFX