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
268 : SpawnNeutralObjectType(_SpawnNeutralObjectType),
269 DespawnObjectTypeAlliance(_DespawnObjectTypeAlliance), MessageIdAlliance(_MessageIdAlliance),
270 DespawnObjectTypeHorde(_DespawnObjectTypeHorde), MessageIdHorde(_MessageIdHorde)
271 {}
uint32 DespawnObjectTypeAlliance
Definition BattlegroundEY.h:274
uint32 DespawnObjectTypeHorde
Definition BattlegroundEY.h:276
uint32 SpawnNeutralObjectType
Definition BattlegroundEY.h:273
uint32 MessageIdHorde
Definition BattlegroundEY.h:277
uint32 MessageIdAlliance
Definition BattlegroundEY.h:275

Member Data Documentation

◆ DespawnObjectTypeAlliance

uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeAlliance

◆ DespawnObjectTypeHorde

uint32 BattlegroundEYLosingPointStruct::DespawnObjectTypeHorde

◆ MessageIdAlliance

uint32 BattlegroundEYLosingPointStruct::MessageIdAlliance

◆ MessageIdHorde

uint32 BattlegroundEYLosingPointStruct::MessageIdHorde

◆ SpawnNeutralObjectType

uint32 BattlegroundEYLosingPointStruct::SpawnNeutralObjectType

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