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