Class Priority
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
A patch priority
public static class Priority
- Inheritance
-
objectPriority
Fields
First
Patch first
public const int First = 800
Field Value
- int
High
Patch with high priority
public const int High = 600
Field Value
- int
HigherThanNormal
Patch with higher than normal priority
public const int HigherThanNormal = 500
Field Value
- int
Last
Patch last
public const int Last = 0
Field Value
- int
Low
Patch with low priority
public const int Low = 200
Field Value
- int
LowerThanNormal
Patch with lower than normal priority
public const int LowerThanNormal = 300
Field Value
- int
Normal
Patch with normal priority
public const int Normal = 400
Field Value
- int
VeryHigh
Patch with very high priority
public const int VeryHigh = 700
Field Value
- int
VeryLow
Patch with very low priority
public const int VeryLow = 100
Field Value
- int