TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript Class Reference

Private Member Functions

 PrepareAuraScript (spell_dk_glyph_of_runic_power_AuraScript)
 
bool Validate (SpellInfo const *) override
 
bool Load () override
 
bool CheckProc (ProcEventInfo &eventInfo)
 
void HandleProc (ProcEventInfo &eventInfo)
 
void Register () override
 

Additional Inherited Members

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

Member Function Documentation

bool spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::CheckProc ( ProcEventInfo eventInfo)
inlineprivate
807  {
808  return eventInfo.GetSpellInfo() && (eventInfo.GetSpellInfo()->GetAllEffectsMechanicMask() & (1 << MECHANIC_SNARE | 1 << MECHANIC_ROOT | 1 << MECHANIC_FREEZE));
809  }
SpellInfo const * GetSpellInfo() const
Definition: Unit.cpp:173
Definition: SharedDefines.h:1801
Definition: SharedDefines.h:1797
uint32 GetAllEffectsMechanicMask() const
Definition: SpellInfo.cpp:2136
Definition: SharedDefines.h:1803

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::HandleProc ( ProcEventInfo eventInfo)
inlineprivate
812  {
813  if (Unit* target = eventInfo.GetProcTarget())
814  target->CastSpell(target, SPELL_DK_GLYPH_OF_RUNIC_POWER_TRIGGERED, true);
815  }
Unit * GetProcTarget() const
Definition: Unit.h:993
Definition: Unit.h:1305
Definition: spell_dk.cpp:62

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::Load ( )
inlineoverrideprivatevirtual

Reimplemented from _SpellScript.

802  {
804  }
Definition: SharedDefines.h:172
Unit * GetUnitOwner() const
Definition: SpellScript.cpp:1016
uint8 getClass() const
Definition: Unit.h:1413

+ Here is the call graph for this function:

spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::PrepareAuraScript ( spell_dk_glyph_of_runic_power_AuraScript  )
private
void spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::Register ( )
inlineoverrideprivatevirtual

Implements _SpellScript.

818  {
821  }
bool CheckProc(ProcEventInfo &eventInfo)
Definition: spell_dk.cpp:806
HookList< CheckProcHandler > DoCheckProc
Definition: SpellScript.h:767
HookList< AuraProcHandler > OnProc
Definition: SpellScript.h:777
void HandleProc(ProcEventInfo &eventInfo)
Definition: spell_dk.cpp:811
#define AuraCheckProcFn(F)
Definition: SpellScript.h:768
#define AuraProcFn(F)
Definition: SpellScript.h:782

+ Here is the call graph for this function:

bool spell_dk_glyph_of_runic_power::spell_dk_glyph_of_runic_power_AuraScript::Validate ( SpellInfo const )
inlineoverrideprivatevirtual

Reimplemented from _SpellScript.

795  {
797  return false;
798  return true;
799  }
#define sSpellMgr
Definition: SpellMgr.h:756
Definition: spell_dk.cpp:62

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