TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BattlegroundEYLosingPointStruct Struct Reference

#include <BattlegroundEY.h>

Public Member Functions

 BattlegroundEYLosingPointStruct (uint32 _SpawnNeutralObjectType, uint32 _DespawnObjectTypeAlliance, uint32 _MessageIdAlliance, uint32 _DespawnObjectTypeHorde, uint32 _MessageIdHorde)
 

Public Attributes

uint32 SpawnNeutralObjectType
 
uint32 DespawnObjectTypeAlliance
 
uint32 MessageIdAlliance
 
uint32 DespawnObjectTypeHorde
 
uint32 MessageIdHorde
 

Constructor & Destructor Documentation

BattlegroundEYLosingPointStruct::BattlegroundEYLosingPointStruct ( uint32  _SpawnNeutralObjectType,
uint32  _DespawnObjectTypeAlliance,
uint32  _MessageIdAlliance,
uint32  _DespawnObjectTypeHorde,
uint32  _MessageIdHorde 
)
inline
271  : SpawnNeutralObjectType(_SpawnNeutralObjectType),
272  DespawnObjectTypeAlliance(_DespawnObjectTypeAlliance), MessageIdAlliance(_MessageIdAlliance),
273  DespawnObjectTypeHorde(_DespawnObjectTypeHorde), MessageIdHorde(_MessageIdHorde)
274  { }
uint32 MessageIdHorde
Definition: BattlegroundEY.h:280
uint32 DespawnObjectTypeAlliance
Definition: BattlegroundEY.h:277
uint32 MessageIdAlliance
Definition: BattlegroundEY.h:278
uint32 DespawnObjectTypeHorde
Definition: BattlegroundEY.h:279
uint32 SpawnNeutralObjectType
Definition: BattlegroundEY.h:276

Member Data Documentation

uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeAlliance
uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeHorde
uint32 BattlegroundEYLosingPointStruct::MessageIdAlliance
uint32 BattlegroundEYLosingPointStruct::MessageIdHorde
uint32 BattlegroundEYLosingPointStruct::SpawnNeutralObjectType

The documentation for this struct was generated from the following file: