TrinityCore
InstanceSpawnGroupInfo Struct Reference

#include <ObjectMgr.h>

Public Types

enum  {
  FLAG_ACTIVATE_SPAWN = 0x01 , FLAG_BLOCK_SPAWN = 0x02 , FLAG_ALLIANCE_ONLY = 0x04 , FLAG_HORDE_ONLY = 0x08 ,
  FLAG_ALL = (FLAG_ACTIVATE_SPAWN | FLAG_BLOCK_SPAWN | FLAG_ALLIANCE_ONLY | FLAG_HORDE_ONLY)
}
 

Public Attributes

uint8 BossStateId
 
uint8 BossStates
 
uint32 SpawnGroupId
 
uint8 Flags
 

Detailed Description

Definition at line 429 of file ObjectMgr.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
FLAG_ACTIVATE_SPAWN 
FLAG_BLOCK_SPAWN 
FLAG_ALLIANCE_ONLY 
FLAG_HORDE_ONLY 
FLAG_ALL 

Definition at line 431 of file ObjectMgr.h.

Member Data Documentation

◆ BossStateId

uint8 InstanceSpawnGroupInfo::BossStateId

Definition at line 440 of file ObjectMgr.h.

◆ BossStates

uint8 InstanceSpawnGroupInfo::BossStates

Definition at line 441 of file ObjectMgr.h.

◆ Flags

uint8 InstanceSpawnGroupInfo::Flags

Definition at line 443 of file ObjectMgr.h.

◆ SpawnGroupId

uint32 InstanceSpawnGroupInfo::SpawnGroupId

Definition at line 442 of file ObjectMgr.h.


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