![]() |
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 423 of file ObjectMgr.h.
| anonymous enum |
| Enumerator | |
|---|---|
| FLAG_ACTIVATE_SPAWN | |
| FLAG_BLOCK_SPAWN | |
| FLAG_ALLIANCE_ONLY | |
| FLAG_HORDE_ONLY | |
| FLAG_ALL | |
Definition at line 425 of file ObjectMgr.h.
| uint8 InstanceSpawnGroupInfo::BossStateId |
Definition at line 434 of file ObjectMgr.h.
| uint8 InstanceSpawnGroupInfo::BossStates |
Definition at line 435 of file ObjectMgr.h.
| uint8 InstanceSpawnGroupInfo::Flags |
Definition at line 437 of file ObjectMgr.h.
| uint32 InstanceSpawnGroupInfo::SpawnGroupId |
Definition at line 436 of file ObjectMgr.h.