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

Public Member Functions

void OnApply (AuraEffect const *, AuraEffectHandleModes)
void OnRemove (AuraEffect const *, AuraEffectHandleModes)
void Register () OVERRIDE
 spell_halion_twilight_realm_handlers_AuraScript (uint32 beforeHitSpell, bool isApplyHandler)
bool Validate (SpellInfo const *) OVERRIDE
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 bool Load ()
virtual void Unload ()
virtual ~_SpellScript ()

Public Attributes

uint32 _beforeHitSpellId
bool _isApply
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

Private Member Functions

 PrepareAuraScript (spell_halion_twilight_realm_handlers_AuraScript)

Additional Inherited Members

Protected Attributes inherited from _SpellScript
uint8 m_currentScriptState
std::string const * m_scriptName
uint32 m_scriptSpellId

Detailed Description

Definition at line 1512 of file boss_halion.cpp.

Constructor & Destructor Documentation

◆ spell_halion_twilight_realm_handlers_AuraScript()

spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::spell_halion_twilight_realm_handlers_AuraScript ( uint32 beforeHitSpell,
bool isApplyHandler )
inline

Definition at line 1517 of file boss_halion.cpp.

References _beforeHitSpellId, _isApply, and AuraScript::AuraScript().

Referenced by PrepareAuraScript().

Member Function Documentation

◆ OnApply()

void spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::OnApply ( AuraEffect const * ,
AuraEffectHandleModes  )
inline

◆ OnRemove()

void spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::OnRemove ( AuraEffect const * ,
AuraEffectHandleModes  )
inline

◆ PrepareAuraScript()

spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::PrepareAuraScript ( spell_halion_twilight_realm_handlers_AuraScript )
private

◆ Register()

void spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::Register ( )
inlinevirtual

◆ Validate()

bool spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::Validate ( SpellInfo const * )
inlinevirtual

Reimplemented from _SpellScript.

Definition at line 1521 of file boss_halion.cpp.

References _beforeHitSpellId, OVERRIDE, and sSpellMgr.

Member Data Documentation

◆ _beforeHitSpellId

uint32 spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::_beforeHitSpellId

◆ _isApply

bool spell_halion_twilight_realm_handlers::spell_halion_twilight_realm_handlers_AuraScript::_isApply

Definition at line 1557 of file boss_halion.cpp.

Referenced by Register(), and spell_halion_twilight_realm_handlers_AuraScript().


The documentation for this class was generated from the following file:
  • src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_halion.cpp