TrinityCore
BattlegroundScore.h File Reference
#include "BattlegroundPackets.h"
#include "ObjectGuid.h"
#include <map>
#include <string>
+ Include dependency graph for BattlegroundScore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BattlegroundScore
 

Enumerations

enum  ScoreType {
  SCORE_KILLING_BLOWS = 1 , SCORE_DEATHS = 2 , SCORE_HONORABLE_KILLS = 3 , SCORE_BONUS_HONOR = 4 ,
  SCORE_DAMAGE_DONE = 5 , SCORE_HEALING_DONE = 6
}
 

Enumeration Type Documentation

◆ ScoreType

enum ScoreType
Enumerator
SCORE_KILLING_BLOWS 
SCORE_DEATHS 
SCORE_HONORABLE_KILLS 
SCORE_BONUS_HONOR 
SCORE_DAMAGE_DONE 
SCORE_HEALING_DONE 

Definition at line 28 of file BattlegroundScore.h.