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

#include <BattlegroundEY.h>

Public Member Functions

 BattlegroundEYCapturingPointStruct (uint32 _DespawnNeutralObjectType, uint32 _SpawnObjectTypeAlliance, uint32 _MessageIdAlliance, uint32 _SpawnObjectTypeHorde, uint32 _MessageIdHorde, uint32 _GraveYardId)
 

Public Attributes

uint32 DespawnNeutralObjectType
 
uint32 SpawnObjectTypeAlliance
 
uint32 MessageIdAlliance
 
uint32 SpawnObjectTypeHorde
 
uint32 MessageIdHorde
 
uint32 GraveYardId
 

Constructor & Destructor Documentation

BattlegroundEYCapturingPointStruct::BattlegroundEYCapturingPointStruct ( uint32  _DespawnNeutralObjectType,
uint32  _SpawnObjectTypeAlliance,
uint32  _MessageIdAlliance,
uint32  _SpawnObjectTypeHorde,
uint32  _MessageIdHorde,
uint32  _GraveYardId 
)
inline
286  : DespawnNeutralObjectType(_DespawnNeutralObjectType),
287  SpawnObjectTypeAlliance(_SpawnObjectTypeAlliance), MessageIdAlliance(_MessageIdAlliance),
288  SpawnObjectTypeHorde(_SpawnObjectTypeHorde), MessageIdHorde(_MessageIdHorde),
289  GraveYardId(_GraveYardId)
290  { }
uint32 SpawnObjectTypeHorde
Definition: BattlegroundEY.h:295
uint32 GraveYardId
Definition: BattlegroundEY.h:297
uint32 MessageIdAlliance
Definition: BattlegroundEY.h:294
uint32 DespawnNeutralObjectType
Definition: BattlegroundEY.h:292
uint32 SpawnObjectTypeAlliance
Definition: BattlegroundEY.h:293
uint32 MessageIdHorde
Definition: BattlegroundEY.h:296

Member Data Documentation

uint32 BattlegroundEYCapturingPointStruct::DespawnNeutralObjectType
uint32 BattlegroundEYCapturingPointStruct::GraveYardId
uint32 BattlegroundEYCapturingPointStruct::MessageIdAlliance
uint32 BattlegroundEYCapturingPointStruct::MessageIdHorde
uint32 BattlegroundEYCapturingPointStruct::SpawnObjectTypeAlliance
uint32 BattlegroundEYCapturingPointStruct::SpawnObjectTypeHorde

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