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()
Assembly: QuestFramework.dll
Syntax
public static class QuestTypeId
Properties
|
Improve this Doc
View Source
Basic
Declaration
public static int Basic { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Building
Declaration
public static int Building { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Crafting
Declaration
public static int Crafting { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ItemDelivery
Declaration
public static int ItemDelivery { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ItemHarvest
Declaration
public static int ItemHarvest { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Location
Declaration
public static int Location { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LostItem
Declaration
public static int LostItem { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Monster
Declaration
public static int Monster { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SecretLostItem
Declaration
public static int SecretLostItem { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Social
Declaration
public static int Social { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
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
Returns
Type |
Description |
System.Int32 |
|