|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| DelayedCastEvent (Creature *trigger, uint32 spellId, uint64 originalCaster, uint32 despawnTime) | |
| bool | Execute (uint64, uint32) |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Private Attributes | |
| uint32 | _despawnTime |
| uint64 | _originalCaster |
| uint32 | _spellId |
| Creature * | _trigger |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 163 of file boss_valithria_dreamwalker.cpp.
|
inline |
Definition at line 166 of file boss_valithria_dreamwalker.cpp.
References _despawnTime, _originalCaster, _spellId, and _trigger.
Reimplemented from BasicEvent.
Definition at line 170 of file boss_valithria_dreamwalker.cpp.
References _despawnTime, _originalCaster, _spellId, and _trigger.
|
private |
Definition at line 182 of file boss_valithria_dreamwalker.cpp.
Referenced by DelayedCastEvent(), and Execute().
|
private |
Definition at line 180 of file boss_valithria_dreamwalker.cpp.
Referenced by DelayedCastEvent(), and Execute().
|
private |
Definition at line 181 of file boss_valithria_dreamwalker.cpp.
Referenced by DelayedCastEvent(), and Execute().
|
private |
Definition at line 179 of file boss_valithria_dreamwalker.cpp.
Referenced by DelayedCastEvent(), and Execute().