AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
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
 

Detailed Description

Constructor & Destructor Documentation

◆ BattlegroundEYCapturingPointStruct()

BattlegroundEYCapturingPointStruct::BattlegroundEYCapturingPointStruct ( uint32  _DespawnNeutralObjectType,
uint32  _SpawnObjectTypeAlliance,
uint32  _MessageIdAlliance,
uint32  _SpawnObjectTypeHorde,
uint32  _MessageIdHorde,
uint32  _GraveYardId 
)
inline
310 : DespawnNeutralObjectType(_DespawnNeutralObjectType),
311 SpawnObjectTypeAlliance(_SpawnObjectTypeAlliance), MessageIdAlliance(_MessageIdAlliance),
312 SpawnObjectTypeHorde(_SpawnObjectTypeHorde), MessageIdHorde(_MessageIdHorde),
313 GraveYardId(_GraveYardId)
314 {}
uint32 SpawnObjectTypeHorde
Definition: BattlegroundEY.h:319
uint32 MessageIdHorde
Definition: BattlegroundEY.h:320
uint32 DespawnNeutralObjectType
Definition: BattlegroundEY.h:316
uint32 SpawnObjectTypeAlliance
Definition: BattlegroundEY.h:317
uint32 MessageIdAlliance
Definition: BattlegroundEY.h:318
uint32 GraveYardId
Definition: BattlegroundEY.h:321

Member Data Documentation

◆ DespawnNeutralObjectType

uint32 BattlegroundEYCapturingPointStruct::DespawnNeutralObjectType

◆ GraveYardId

uint32 BattlegroundEYCapturingPointStruct::GraveYardId

◆ MessageIdAlliance

uint32 BattlegroundEYCapturingPointStruct::MessageIdAlliance

◆ MessageIdHorde

uint32 BattlegroundEYCapturingPointStruct::MessageIdHorde

◆ SpawnObjectTypeAlliance

uint32 BattlegroundEYCapturingPointStruct::SpawnObjectTypeAlliance

◆ SpawnObjectTypeHorde

uint32 BattlegroundEYCapturingPointStruct::SpawnObjectTypeHorde