|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <firelands.h>
Public Member Functions | |
| DelayedAttackStartEvent (Creature *owner) | |
| bool | Execute (uint64, uint32) |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Private Attributes | |
| Creature * | _owner |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 37 of file firelands.h.
|
inline |
Definition at line 40 of file firelands.h.
References _owner.
|
private |
Definition at line 49 of file firelands.h.
Referenced by DelayedAttackStartEvent(), and Execute().