QuestGiverStatus Enumeration |
Values that represent QuestGiverStatus.
Namespace: StyxAssembly: Styx (in Styx.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic enum QuestGiverStatus
Members
| Member name | Value | Description |
---|
| None | 0 | An enum constant representing the none option. |
| Unavailable | 1 | An enum constant representing the unavailable option. |
| LowLevelAvailable | 2 | An enum constant representing the low level available option. |
| LowLevelTurnInRepeatable | 3 | An enum constant representing the low level turn in repeatable option. |
| LowLevelAvailableRepeatable | 4 | An enum constant representing the low level available repeatable option. |
| Incomplete | 5 | An enum constant representing the incomplete option. |
| TurnInRepeatable | 6 | An enum constant representing the turn in repeatable option. |
| AvailableRepeatable | 7 | An enum constant representing the available repeatable option. |
| Available | 8 | An enum constant representing the available option. |
| TurnInInvisible | 9 | An enum constant representing the turn in invisible option. |
| TurnIn | 10 | An enum constant representing the turn in option. |
| UnkB | 11 | An enum constant representing the UnkB option. |
| UnkC | 12 | An enum constant representing the UnkC option. |
| UnkD | 13 | An enum constant representing the UnkD option. |
| AvailableLegendary | 15 | An enum constant representing the available option for some legion quest givers. |
| TurnInLegendary | 17 | An enum constant representing the turn in option for some legion quest givers. |
See Also