![]() |
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 476 of file Creature.h.
Definition at line 479 of file Creature.h.
Reimplemented from BasicEvent.
Definition at line 247 of file Creature.cpp.
Here is the call graph for this function:
|
private |
Definition at line 483 of file Creature.h.
|
private |
Definition at line 484 of file Creature.h.