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

Public Member Functions

 spell_pilgrims_bounty_buff_food_AuraScript (uint32 triggeredSpellId)
 
void HandleTriggerSpell (AuraEffect const *)
 
void Register () override
 
- 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 bool Validate (SpellInfo const *)
 
virtual bool Load ()
 
virtual void Unload ()
 

Public Attributes

bool _handled
 
- 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
 

Private Member Functions

 PrepareAuraScript (spell_pilgrims_bounty_buff_food_AuraScript)
 

Private Attributes

uint32 const _triggeredSpellId
 

Additional Inherited Members

- Protected Attributes inherited from _SpellScript
uint8 m_currentScriptState
 
std::string constm_scriptName
 
uint32 m_scriptSpellId
 

Constructor & Destructor Documentation

spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::spell_pilgrims_bounty_buff_food_AuraScript ( uint32  triggeredSpellId)
inline
384  : AuraScript(), _triggeredSpellId(triggeredSpellId)
385  {
386  _handled = false;
387  }
uint32 const _triggeredSpellId
Definition: spell_holiday.cpp:381
AuraScript()
Definition: SpellScript.h:638

Member Function Documentation

void spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::HandleTriggerSpell ( AuraEffect const )
inline
390  {
392  if (_handled)
393  return;
394 
395  _handled = true;
397  }
void PreventDefaultAction()
Definition: SpellScript.cpp:971
uint32 const _triggeredSpellId
Definition: spell_holiday.cpp:381
Unit * GetTarget() const
Definition: SpellScript.cpp:1151
void CastSpell(SpellCastTargets const &targets, SpellInfo const *spellInfo, CustomSpellValues const *value, TriggerCastFlags triggerFlags=TRIGGERED_NONE, Item *castItem=NULL, AuraEffect const *triggeredByAura=NULL, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition: Unit.cpp:869

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::PrepareAuraScript ( spell_pilgrims_bounty_buff_food_AuraScript  )
private
void spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::Register ( )
inlineoverridevirtual

Implements _SpellScript.

400  {
402  }
void HandleTriggerSpell(AuraEffect const *)
Definition: spell_holiday.cpp:389
Definition: SpellAuraDefines.h:83
HookList< EffectPeriodicHandler > OnEffectPeriodic
Definition: SpellScript.h:709
Definition: SharedDefines.h:30
#define AuraEffectPeriodicFn(F, I, N)
Definition: SpellScript.h:710

+ Here is the call graph for this function:

Member Data Documentation

bool spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::_handled
uint32 const spell_pilgrims_bounty_buff_food::spell_pilgrims_bounty_buff_food_AuraScript::_triggeredSpellId
private

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