AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Spell.h"
Public Member Functions | |
ReflectEvent (Unit *caster, ObjectGuid targetGUID, SpellInfo const *spellInfo) | |
bool | Execute (uint64 e_time, uint32 p_time) 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 () |
Protected Attributes | |
Unit * | _caster |
ObjectGuid | _targetGUID |
SpellInfo const * | _spellInfo |
|
inline |
Reimplemented from BasicEvent.
References _caster, _spellInfo, _targetGUID, BASE_ATTACK, ObjectAccessor::GetUnit(), WorldObject::IsInMap(), PROC_EX_REFLECT, PROC_FLAG_NONE, PROC_FLAG_TAKEN_SPELL_MAGIC_DMG_CLASS_NEG, and Unit::ProcDamageAndSpell().
|
protected |
Referenced by Execute().