![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Public Attributes | |
| ObjectGuid | Guid |
| TaggedPosition< Position::XY > | Pos |
| BattlegroundCapturePointState | State = BattlegroundCapturePointState::Neutral |
| Timestamp | CaptureTime |
| Duration< Milliseconds, uint32 > | CaptureTotalDuration |
Definition at line 544 of file BattlegroundPackets.h.
| Timestamp WorldPackets::Battleground::BattlegroundCapturePointInfo::CaptureTime |
Definition at line 549 of file BattlegroundPackets.h.
| Duration<Milliseconds, uint32> WorldPackets::Battleground::BattlegroundCapturePointInfo::CaptureTotalDuration |
Definition at line 550 of file BattlegroundPackets.h.
| ObjectGuid WorldPackets::Battleground::BattlegroundCapturePointInfo::Guid |
Definition at line 546 of file BattlegroundPackets.h.
| TaggedPosition<Position::XY> WorldPackets::Battleground::BattlegroundCapturePointInfo::Pos |
Definition at line 547 of file BattlegroundPackets.h.
| BattlegroundCapturePointState WorldPackets::Battleground::BattlegroundCapturePointInfo::State = BattlegroundCapturePointState::Neutral |
Definition at line 548 of file BattlegroundPackets.h.