WoWUnitClassificationType Enumeration |
Values that represent WoWUnitClassificationType.
Namespace: StyxAssembly: Styx (in Styx.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic enum WoWUnitClassificationType
Members
| Member name | Value | Description |
---|
| NotSpecified | -1 | An enum constant representing the not specified option. |
| Normal | 0 | An enum constant representing the normal option. |
| Elite | 1 | An enum constant representing the elite option. |
| RareElite | 2 | An enum constant representing the rare elite option. |
| WorldBoss | 3 | An enum constant representing the world boss option. |
| Rare | 4 | An enum constant representing the rare option. |
| Trivial | 5 | An enum constant representing the trivial option. |
| Minus | 6 | An enum constant representing the minus option. |
See Also