|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Creature.h>
Public Member Functions | |
| bool | Execute (uint64 e_time, uint32 p_time) OVERRIDE |
| ForcedDespawnDelayEvent (Creature &owner) | |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Private Attributes | |
| Creature & | m_owner |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 749 of file Creature.h.
|
inline |
Definition at line 752 of file Creature.h.
References BasicEvent::BasicEvent(), and m_owner.
|
private |
Definition at line 756 of file Creature.h.
Referenced by Execute(), and ForcedDespawnDelayEvent().