![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Public Attributes | |
ObjectGuid | PlayerGUID |
uint32 | Kills = 0 |
uint8 | Faction = 0 |
bool | IsInWorld = false |
Optional< HonorData > | Honor |
uint32 | DamageDone = 0 |
uint32 | HealingDone = 0 |
Optional< uint32 > | PreMatchRating |
Optional< int32 > | RatingChange |
Optional< uint32 > | PreMatchMMR |
Optional< int32 > | MmrChange |
Optional< uint32 > | PostMatchMMR |
std::vector< PVPMatchPlayerPVPStat > | Stats |
int32 | PrimaryTalentTree = 0 |
int8 | Sex = 0 |
int32 | Race = 0 |
int32 | Class = 0 |
int32 | CreatureID = 0 |
int32 | HonorLevel = 0 |
int32 | Role = 0 |
Definition at line 128 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Class = 0 |
Definition at line 146 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::CreatureID = 0 |
Definition at line 147 of file BattlegroundPackets.h.
uint32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::DamageDone = 0 |
Definition at line 135 of file BattlegroundPackets.h.
uint8 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Faction = 0 |
Definition at line 132 of file BattlegroundPackets.h.
uint32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::HealingDone = 0 |
Definition at line 136 of file BattlegroundPackets.h.
Definition at line 134 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::HonorLevel = 0 |
Definition at line 148 of file BattlegroundPackets.h.
bool WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::IsInWorld = false |
Definition at line 133 of file BattlegroundPackets.h.
uint32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Kills = 0 |
Definition at line 131 of file BattlegroundPackets.h.
Definition at line 140 of file BattlegroundPackets.h.
ObjectGuid WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::PlayerGUID |
Definition at line 130 of file BattlegroundPackets.h.
Optional<uint32> WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::PostMatchMMR |
Definition at line 141 of file BattlegroundPackets.h.
Optional<uint32> WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::PreMatchMMR |
Definition at line 139 of file BattlegroundPackets.h.
Optional<uint32> WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::PreMatchRating |
Definition at line 137 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::PrimaryTalentTree = 0 |
Definition at line 143 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Race = 0 |
Definition at line 145 of file BattlegroundPackets.h.
Optional<int32> WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::RatingChange |
Definition at line 138 of file BattlegroundPackets.h.
int32 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Role = 0 |
Definition at line 149 of file BattlegroundPackets.h.
int8 WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Sex = 0 |
Definition at line 144 of file BattlegroundPackets.h.
std::vector<PVPMatchPlayerPVPStat> WorldPackets::Battleground::PVPMatchStatistics::PVPMatchPlayerStatistics::Stats |
Definition at line 142 of file BattlegroundPackets.h.