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

Detailed Description

Constructor & Destructor Documentation

◆ BattlegroundEYLosingPointStruct()

BattlegroundEYLosingPointStruct::BattlegroundEYLosingPointStruct ( uint32  _SpawnNeutralObjectType,
uint32  _DespawnObjectTypeAlliance,
uint32  _MessageIdAlliance,
uint32  _DespawnObjectTypeHorde,
uint32  _MessageIdHorde 
)
inline
295 : SpawnNeutralObjectType(_SpawnNeutralObjectType),
296 DespawnObjectTypeAlliance(_DespawnObjectTypeAlliance), MessageIdAlliance(_MessageIdAlliance),
297 DespawnObjectTypeHorde(_DespawnObjectTypeHorde), MessageIdHorde(_MessageIdHorde)
298 {}
uint32 DespawnObjectTypeAlliance
Definition: BattlegroundEY.h:301
uint32 DespawnObjectTypeHorde
Definition: BattlegroundEY.h:303
uint32 SpawnNeutralObjectType
Definition: BattlegroundEY.h:300
uint32 MessageIdHorde
Definition: BattlegroundEY.h:304
uint32 MessageIdAlliance
Definition: BattlegroundEY.h:302

Member Data Documentation

◆ DespawnObjectTypeAlliance

uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeAlliance

◆ DespawnObjectTypeHorde

uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeHorde

◆ MessageIdAlliance

uint32 BattlegroundEYLosingPointStruct::MessageIdAlliance

◆ MessageIdHorde

uint32 BattlegroundEYLosingPointStruct::MessageIdHorde

◆ SpawnNeutralObjectType

uint32 BattlegroundEYLosingPointStruct::SpawnNeutralObjectType