|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| CosmicSmashDamageEvent (Unit *caster) | |
| bool | Execute (uint64, uint32) |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Private Attributes | |
| Unit * | _caster |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 248 of file boss_algalon_the_observer.cpp.
|
inline |
Definition at line 251 of file boss_algalon_the_observer.cpp.
References _caster.
Reimplemented from BasicEvent.
Definition at line 255 of file boss_algalon_the_observer.cpp.
References _caster, SPELL_COSMIC_SMASH_TRIGGERED, and TRIGGERED_FULL_MASK.
|
private |
Definition at line 262 of file boss_algalon_the_observer.cpp.
Referenced by CosmicSmashDamageEvent(), and Execute().