![]() |
TrinityCore
|
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.
| uint32 TempSummonData::time |
Despawn time, usable only with certain temp summon types.
| TempSummonType TempSummonData::type |
Summon type, see TempSummonType for available types.
1.8.8