![]() |
TrinityCore
|
#include <Creature.h>
Inheritance diagram for ForcedDespawnDelayEvent:Public Member Functions | |
| ForcedDespawnDelayEvent (Creature &owner, Seconds respawnTimer) | |
| 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) |
| void | ScheduleAbort () |
Private Attributes | |
| Creature & | m_owner |
| Seconds const | m_respawnTimer |
Definition at line 629 of file Creature.h.
Definition at line 632 of file Creature.h.
Reimplemented from BasicEvent.
Definition at line 315 of file Creature.cpp.
Here is the call graph for this function:
|
private |
Definition at line 636 of file Creature.h.
|
private |
Definition at line 637 of file Creature.h.