TrinityCore
|
#include <Creature.h>
Public Member Functions | |
ForcedDespawnDelayEvent (Creature &owner) | |
bool | Execute (uint64 e_time, uint32 p_time) override |
Public Member Functions inherited from BasicEvent | |
BasicEvent () | |
virtual | ~BasicEvent () |
virtual bool | IsDeletable () const |
virtual void | Abort (uint64) |
Private Attributes | |
Creature & | m_owner |
Additional Inherited Members | |
Public Attributes inherited from BasicEvent | |
bool | to_Abort |
uint64 | m_addTime |
uint64 | m_execTime |
|
inline |
Reimplemented from BasicEvent.
|
private |