Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript Class Reference
Inheritance diagram for spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript:
Collaboration diagram for spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript:

Private Member Functions

void CalcPeriodic (AuraEffect const *, bool &isPeriodic, int32 &amplitude)
bool CheckProc (ProcEventInfo &eventInfo)
void HandleCalcAmount (AuraEffect const *, int32 &amount, bool &canBeRecalculated)
void HandleProc (AuraEffect const *, ProcEventInfo &eventInfo)
bool Load () OVERRIDE
 PrepareAuraScript (spell_dk_death_strike_enabler_AuraScript)
void Register () OVERRIDE
void Update (AuraEffect *)

Private Attributes

uint32 _damagePerSecond [5] = { }

Additional Inherited Members

Public Member Functions inherited from AuraScript
void _FinishScriptCall ()
bool _IsDefaultActionPrevented ()
bool _Load (Aura *aura)
void _PrepareScriptCall (AuraScriptHookType hookType, AuraApplication const *aurApp=NULL)
bool _Validate (SpellInfo const *entry)
 AuraScript ()
uint8 CalcMaxCharges () const
int32 CalcMaxDuration () const
bool DropCharge (AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
time_t GetApplyTime () const
AuraGetAura () const
UnitGetCaster () const
uint64 GetCasterGUID () const
uint8 GetCharges () const
int32 GetDuration () const
DynamicObjectGetDynobjOwner () const
AuraEffectGetEffect (uint8 effIndex) const
uint32 GetId () const
int32 GetMaxDuration () const
WorldObjectGetOwner () const
SpellInfo const * GetSpellInfo () const
uint8 GetStackAmount () const
UnitGetTarget () const
AuraApplication const * GetTargetApplication () const
AuraObjectType GetType () const
UnitGetUnitOwner () const
bool HasEffect (uint8 effIndex) const
bool HasEffectType (AuraType type) const
bool IsDeathPersistent () const
bool IsExpired () const
bool IsPassive () const
bool IsPermanent () const
bool ModCharges (int8 num, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
bool ModStackAmount (int32 num, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT)
void PreventDefaultAction ()
void RefreshDuration ()
void Remove (uint32 removeMode=0)
void SetCharges (uint8 charges)
void SetDuration (int32 duration, bool withMods=false)
void SetMaxDuration (int32 duration)
void SetStackAmount (uint8 num)
Public Member Functions inherited from _SpellScript
std::string const * _GetScriptName () const
virtual void _Init (std::string const *scriptname, uint32 spellId)
virtual void _Register ()
 _SpellScript ()
virtual void _Unload ()
virtual void Unload ()
virtual bool Validate (SpellInfo const *)
virtual ~_SpellScript ()
Public Attributes inherited from AuraScript
HookList< AuraDispelHandlerAfterDispel
HookList< EffectAbsorbHandlerAfterEffectAbsorb
HookList< EffectApplyHandlerAfterEffectApply
HookList< EffectManaShieldHandlerAfterEffectManaShield
HookList< EffectProcHandlerAfterEffectProc
HookList< EffectApplyHandlerAfterEffectRemove
HookList< AuraProcHandlerAfterProc
HookList< CheckAreaTargetHandlerDoCheckAreaTarget
HookList< CheckProcHandlerDoCheckProc
HookList< EffectCalcAmountHandlerDoEffectCalcAmount
HookList< EffectCalcPeriodicHandlerDoEffectCalcPeriodic
HookList< EffectCalcSpellModHandlerDoEffectCalcSpellMod
HookList< AuraProcHandlerDoPrepareProc
HookList< AuraDispelHandlerOnDispel
HookList< EffectAbsorbHandlerOnEffectAbsorb
HookList< EffectApplyHandlerOnEffectApply
HookList< EffectManaShieldHandlerOnEffectManaShield
HookList< EffectPeriodicHandlerOnEffectPeriodic
HookList< EffectProcHandlerOnEffectProc
HookList< EffectApplyHandlerOnEffectRemove
HookList< EffectSplitHandlerOnEffectSplit
HookList< EffectUpdatePeriodicHandlerOnEffectUpdatePeriodic
HookList< AuraProcHandlerOnProc
Protected Attributes inherited from _SpellScript
uint8 m_currentScriptState
std::string const * m_scriptName
uint32 m_scriptSpellId

Detailed Description

Definition at line 700 of file spell_dk.cpp.

Member Function Documentation

◆ CalcPeriodic()

void spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::CalcPeriodic ( AuraEffect const * ,
bool & isPeriodic,
int32 & amplitude )
inlineprivate

Definition at line 728 of file spell_dk.cpp.

Referenced by Register().

◆ CheckProc()

bool spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::CheckProc ( ProcEventInfo & eventInfo)
inlineprivate

Definition at line 711 of file spell_dk.cpp.

References ProcEventInfo::GetDamageInfo().

Referenced by Register().

◆ HandleCalcAmount()

void spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::HandleCalcAmount ( AuraEffect const * ,
int32 & amount,
bool & canBeRecalculated )
inlineprivate

Definition at line 742 of file spell_dk.cpp.

References _damagePerSecond.

Referenced by Register().

◆ HandleProc()

void spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::HandleProc ( AuraEffect const * ,
ProcEventInfo & eventInfo )
inlineprivate

◆ Load()

bool spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::Load ( )
inlineprivatevirtual

Reimplemented from _SpellScript.

Definition at line 704 of file spell_dk.cpp.

References _damagePerSecond, and OVERRIDE.

◆ PrepareAuraScript()

spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::PrepareAuraScript ( spell_dk_death_strike_enabler_AuraScript )
private

◆ Register()

◆ Update()

void spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::Update ( AuraEffect * )
inlineprivate

Definition at line 734 of file spell_dk.cpp.

References _damagePerSecond.

Referenced by Register().

Member Data Documentation

◆ _damagePerSecond

uint32 spell_dk_death_strike_enabler::spell_dk_death_strike_enabler_AuraScript::_damagePerSecond[5] = { }
private

Definition at line 759 of file spell_dk.cpp.

Referenced by HandleCalcAmount(), HandleProc(), Load(), and Update().


The documentation for this class was generated from the following file: