AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Member Functions | |
DelayedCastEvent (Creature *trigger, uint32 spellId, ObjectGuid originalCaster, uint32 despawnTime) | |
bool | Execute (uint64, uint32) override |
Public Member Functions inherited from BasicEvent | |
BasicEvent ()=default | |
virtual | ~BasicEvent ()=default |
virtual bool | Execute (uint64, uint32) |
virtual bool | IsDeletable () const |
virtual void | Abort (uint64) |
void | ScheduleAbort () |
Private Attributes | |
Creature * | _trigger |
ObjectGuid | _originalCaster |
uint32 | _spellId |
uint32 | _despawnTime |
|
inline |
Reimplemented from BasicEvent.
References _despawnTime, _originalCaster, _spellId, _trigger, Unit::CastSpell(), and Creature::DespawnOrUnsummon().
|
private |
Referenced by Execute().