![]() |
TrinityCore
|
Enumerations | |
enum class | PVPMatchState : uint8 { Waiting = 0 , StartUp = 1 , Engaged = 2 , PostRound = 3 , Inactive = 4 , Complete = 5 } |
enum class | BattlegroundCapturePointState : uint8 { Neutral = 1 , ContestedHorde = 2 , ContestedAlliance = 3 , HordeCaptured = 4 , AllianceCaptured = 5 } |
|
strong |
Enumerator | |
---|---|
Neutral | |
ContestedHorde | |
ContestedAlliance | |
HordeCaptured | |
AllianceCaptured |
Definition at line 534 of file BattlegroundPackets.h.
|
strong |
Enumerator | |
---|---|
Waiting | |
StartUp | |
Engaged | |
PostRound | |
Inactive | |
Complete |
Definition at line 483 of file BattlegroundPackets.h.