|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| bool | Execute (uint64, uint32) |
| VileSpiritActivateEvent (Creature *owner) | |
| 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 419 of file boss_the_lich_king.cpp.
|
inlineexplicit |
Definition at line 422 of file boss_the_lich_king.cpp.
References _owner.
Reimplemented from BasicEvent.
Definition at line 427 of file boss_the_lich_king.cpp.
References _owner, REACT_AGGRESSIVE, SPELL_VILE_SPIRIT_DAMAGE_SEARCH, and SPELL_VILE_SPIRIT_MOVE_SEARCH.
Referenced by spell_the_lich_king_trigger_vile_spirit::spell_the_lich_king_trigger_vile_spirit_SpellScript::ActivateSpirit().
|
private |
Definition at line 436 of file boss_the_lich_king.cpp.
Referenced by Execute(), and VileSpiritActivateEvent().