AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Stores data for temp summons. More...
#include "TemporarySummon.h"
Public Attributes | |
uint32 | entry |
Entry of summoned creature. More... | |
Position | pos |
Position, where should be creature spawned. More... | |
TempSummonType | type |
Summon type, see TempSummonType for available types. More... | |
uint32 | time |
Despawn time, usable only with certain temp summon types. More... | |
Stores data for temp summons.
uint32 TempSummonData::entry |
Entry of summoned creature.
Referenced by ObjectMgr::LoadTempSummons().
Position TempSummonData::pos |
Position, where should be creature spawned.
Referenced by ObjectMgr::LoadTempSummons().
uint32 TempSummonData::time |
Despawn time, usable only with certain temp summon types.
Referenced by ObjectMgr::LoadTempSummons().
TempSummonType TempSummonData::type |
Summon type, see TempSummonType for available types.
Referenced by ObjectMgr::LoadTempSummons().