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

Go to the source code of this file.

Classes

class  BattlegroundRL
 

Enumerations

enum  BattlegroundRLObjectTypes {
  BG_RL_OBJECT_DOOR_1 = 0 , BG_RL_OBJECT_DOOR_2 = 1 , BG_RL_OBJECT_BUFF_1 = 2 , BG_RL_OBJECT_BUFF_2 = 3 ,
  BG_RL_OBJECT_MAX = 4
}
 
enum  BattlegroundRLGameObjects { BG_RL_OBJECT_TYPE_DOOR_1 = 185918 , BG_RL_OBJECT_TYPE_DOOR_2 = 185917 , BG_RL_OBJECT_TYPE_BUFF_1 = 184663 , BG_RL_OBJECT_TYPE_BUFF_2 = 184664 }
 
enum  BattlegroundRLEvents { BG_RL_EVENT_REMOVE_DOORS = 1 }
 

Variables

constexpr Seconds BG_RL_REMOVE_DOORS_TIMER = 5s
 

Enumeration Type Documentation

◆ BattlegroundRLEvents

Enumerator
BG_RL_EVENT_REMOVE_DOORS 

Definition at line 42 of file BattlegroundRL.h.

◆ BattlegroundRLGameObjects

Enumerator
BG_RL_OBJECT_TYPE_DOOR_1 
BG_RL_OBJECT_TYPE_DOOR_2 
BG_RL_OBJECT_TYPE_BUFF_1 
BG_RL_OBJECT_TYPE_BUFF_2 

Definition at line 32 of file BattlegroundRL.h.

◆ BattlegroundRLObjectTypes

Enumerator
BG_RL_OBJECT_DOOR_1 
BG_RL_OBJECT_DOOR_2 
BG_RL_OBJECT_BUFF_1 
BG_RL_OBJECT_BUFF_2 
BG_RL_OBJECT_MAX 

Definition at line 23 of file BattlegroundRL.h.

Variable Documentation

◆ BG_RL_REMOVE_DOORS_TIMER

constexpr Seconds BG_RL_REMOVE_DOORS_TIMER = 5s
inlineconstexpr

Definition at line 40 of file BattlegroundRL.h.