![]() |
TrinityCore
|
#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 |
Definition at line 430 of file ObjectMgr.h.
anonymous enum |
Enumerator | |
---|---|
FLAG_ACTIVATE_SPAWN | |
FLAG_BLOCK_SPAWN | |
FLAG_ALLIANCE_ONLY | |
FLAG_HORDE_ONLY | |
FLAG_ALL |
Definition at line 432 of file ObjectMgr.h.
uint8 InstanceSpawnGroupInfo::BossStateId |
Definition at line 441 of file ObjectMgr.h.
uint8 InstanceSpawnGroupInfo::BossStates |
Definition at line 442 of file ObjectMgr.h.
uint8 InstanceSpawnGroupInfo::Flags |
Definition at line 444 of file ObjectMgr.h.
uint32 InstanceSpawnGroupInfo::SpawnGroupId |
Definition at line 443 of file ObjectMgr.h.