TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TempSummonData Struct Reference

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...
 

Detailed Description

Stores data for temp summons.

Member Data Documentation

uint32 TempSummonData::entry

Entry of summoned creature.

Position TempSummonData::pos

Position, where should be creature spawned.

uint32 TempSummonData::time

Despawn time, usable only with certain temp summon types.

TempSummonType TempSummonData::type

Summon type, see TempSummonType for available types.


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