TrinityCore
BattlegroundNA.h File Reference
#include "Arena.h"
#include "EventMap.h"
+ Include dependency graph for BattlegroundNA.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BattlegroundNA
 

Enumerations

enum  BattlegroundNAObjectTypes {
  BG_NA_OBJECT_DOOR_1 = 0 , BG_NA_OBJECT_DOOR_2 = 1 , BG_NA_OBJECT_DOOR_3 = 2 , BG_NA_OBJECT_DOOR_4 = 3 ,
  BG_NA_OBJECT_BUFF_1 = 4 , BG_NA_OBJECT_BUFF_2 = 5 , BG_NA_OBJECT_MAX = 6
}
 
enum  BattlegroundNAGameObjects {
  BG_NA_OBJECT_TYPE_DOOR_1 = 183978 , BG_NA_OBJECT_TYPE_DOOR_2 = 183980 , BG_NA_OBJECT_TYPE_DOOR_3 = 183977 , BG_NA_OBJECT_TYPE_DOOR_4 = 183979 ,
  BG_NA_OBJECT_TYPE_BUFF_1 = 184663 , BG_NA_OBJECT_TYPE_BUFF_2 = 184664
}
 
enum  BattlegroundNAEvents { BG_NA_EVENT_REMOVE_DOORS = 1 }
 

Variables

constexpr Seconds BG_NA_REMOVE_DOORS_TIMER = 5s
 

Enumeration Type Documentation

◆ BattlegroundNAEvents

Enumerator
BG_NA_EVENT_REMOVE_DOORS 

Definition at line 46 of file BattlegroundNA.h.

◆ BattlegroundNAGameObjects

Enumerator
BG_NA_OBJECT_TYPE_DOOR_1 
BG_NA_OBJECT_TYPE_DOOR_2 
BG_NA_OBJECT_TYPE_DOOR_3 
BG_NA_OBJECT_TYPE_DOOR_4 
BG_NA_OBJECT_TYPE_BUFF_1 
BG_NA_OBJECT_TYPE_BUFF_2 

Definition at line 34 of file BattlegroundNA.h.

◆ BattlegroundNAObjectTypes

Enumerator
BG_NA_OBJECT_DOOR_1 
BG_NA_OBJECT_DOOR_2 
BG_NA_OBJECT_DOOR_3 
BG_NA_OBJECT_DOOR_4 
BG_NA_OBJECT_BUFF_1 
BG_NA_OBJECT_BUFF_2 
BG_NA_OBJECT_MAX 

Definition at line 23 of file BattlegroundNA.h.

Variable Documentation

◆ BG_NA_REMOVE_DOORS_TIMER

constexpr Seconds BG_NA_REMOVE_DOORS_TIMER = 5s
inlineconstexpr

Definition at line 44 of file BattlegroundNA.h.