AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Creature.h"
Public Member Functions | |
ForcedDespawnDelayEvent (Creature &owner, Seconds respawnTimer) | |
bool | Execute (uint64 e_time, uint32 p_time) override |
Public Member Functions inherited from BasicEvent | |
BasicEvent ()=default | |
virtual | ~BasicEvent ()=default |
virtual bool | Execute (uint64, uint32) |
virtual bool | IsDeletable () const |
virtual void | Abort (uint64) |
void | ScheduleAbort () |
Private Attributes | |
Creature & | m_owner |
Seconds const | m_respawnTimer |
Reimplemented from BasicEvent.
References Creature::DespawnOrUnsummon(), m_owner, and m_respawnTimer.