![]() |
TrinityCore
|
#include <SpellAuras.h>
Inheritance diagram for Aura:Classes | |
| struct | NoopAuraDeleter |
Public Types | |
| typedef std::unordered_map< ObjectGuid, AuraApplication * > | ApplicationMap |
Static Public Member Functions | |
| static uint32 | BuildEffectMaskForOwner (SpellInfo const *spellProto, uint32 availableEffectMask, WorldObject *owner) |
| static Aura * | TryRefreshStackOrCreate (AuraCreateInfo &createInfo, bool updateEffectMask=true) |
| static Aura * | TryCreate (AuraCreateInfo &createInfo) |
| static Aura * | Create (AuraCreateInfo &createInfo) |
| static int32 | CalcMaxDuration (SpellInfo const *spellInfo, WorldObject const *caster, std::vector< SpellPowerCost > const *powerCosts) |
| static bool | EffectTypeNeedsSendingAmount (AuraType type) |
Public Attributes | |
| std::vector< AuraScript * > | m_loadedScripts |
Protected Attributes | |
| SpellInfo const *const | m_spellInfo |
| Difficulty const | m_castDifficulty |
| ObjectGuid const | m_castId |
| ObjectGuid const | m_casterGuid |
| ObjectGuid const | m_castItemGuid |
| uint32 | m_castItemId |
| int32 | m_castItemLevel |
| SpellCastVisual | m_spellVisual |
| time_t const | m_applyTime |
| WorldObject *const | m_owner |
| int32 | m_maxDuration |
| int32 | m_duration |
| int32 | m_timeCla |
| std::vector< SpellPowerEntry const * > | m_periodicCosts |
| int32 | m_updateTargetMapInterval |
| uint8 const | m_casterLevel |
| uint8 | m_procCharges |
| uint8 | m_stackAmount |
| ApplicationMap | m_applications |
| bool | m_isRemoved |
| bool | m_isSingleTarget |
| bool | m_isUsingCharges |
| ChargeDropEvent * | m_dropEvent |
| TimePoint | m_procCooldown |
| TimePoint | m_lastProcAttemptTime |
| TimePoint | m_lastProcSuccessTime |
Private Member Functions | |
| AuraScript * | GetScriptByType (std::type_info const &type) const |
| void | _DeleteRemovedApplications () |
Private Attributes | |
| std::vector< AuraApplication * > | _removedApplications |
| AuraEffectVector | _effects |
| Trinity::unique_trackable_ptr< Aura > | m_scriptRef |
Friends | |
| class | Unit |
Definition at line 167 of file SpellAuras.h.
| typedef std::unordered_map<ObjectGuid, AuraApplication*> Aura::ApplicationMap |
Definition at line 172 of file SpellAuras.h.
|
explicit |
|
virtual |
|
delete |
|
delete |
| void Aura::_ApplyEffectForTargets | ( | uint8 | effIndex | ) |
Definition at line 799 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented in UnitAura.
Definition at line 589 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| void Aura::_InitEffects | ( | uint32 | effMask, |
| Unit * | caster, | ||
| SpellEffectValue const * | baseAmount | ||
| ) |
Definition at line 514 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| void Aura::_Remove | ( | AuraRemoveMode | removeMode | ) |
Definition at line 639 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented in UnitAura.
Definition at line 609 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::AddProcCooldown | ( | SpellProcEntry const * | procEntry, |
| TimePoint | now | ||
| ) |
Definition at line 1785 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 210 of file SpellAuras.h.
|
static |
Definition at line 323 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1240 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 232 of file SpellAuras.h.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1007 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 219 of file SpellAuras.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| uint32 Aura::CalcMaxStackAmount | ( | ) | const |
Definition at line 1086 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float Aura::CalcPPMProcChance | ( | Unit * | actor | ) | const |
Definition at line 2042 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float Aura::CalcProcChance | ( | SpellProcEntry const & | procEntry, |
| ProcEventInfo & | eventInfo | ||
| ) | const |
Definition at line 1989 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptAfterDispel | ( | DispelInfo * | dispelInfo | ) |
| void Aura::CallScriptAfterEffectApplyHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| AuraEffectHandleModes | mode | ||
| ) |
Definition at line 2162 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptAfterEffectProcHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| ProcEventInfo & | eventInfo | ||
| ) |
Definition at line 2492 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptAfterEffectRemoveHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| AuraEffectHandleModes | mode | ||
| ) |
Definition at line 2175 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptAfterProcHandlers | ( | AuraApplication const * | aurApp, |
| ProcEventInfo & | eventInfo | ||
| ) |
| void Aura::CallScriptCalcDamageAndHealingHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| Unit * | victim, | ||
| int32 & | damageOrHealing, | ||
| int32 & | flatMod, | ||
| float & | pctMod | ||
| ) |
Definition at line 2272 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptCheckAreaTargetHandlers | ( | Unit * | target | ) |
| bool Aura::CallScriptCheckEffectProcHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| ProcEventInfo & | eventInfo | ||
| ) |
Definition at line 2458 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptCheckProcHandlers | ( | AuraApplication const * | aurApp, |
| ProcEventInfo & | eventInfo | ||
| ) |
| void Aura::CallScriptDispel | ( | DispelInfo * | dispelInfo | ) |
| void Aura::CallScriptEffectAbsorbHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| DamageInfo & | dmgInfo, | ||
| uint32 & | absorbAmount, | ||
| bool & | defaultPrevented | ||
| ) |
Definition at line 2285 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectAbsorbHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| HealInfo & | healInfo, | ||
| uint32 & | absorbAmount, | ||
| bool & | defaultPrevented | ||
| ) |
| void Aura::CallScriptEffectAfterAbsorbHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| DamageInfo & | dmgInfo, | ||
| uint32 & | absorbAmount | ||
| ) |
Definition at line 2301 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectAfterAbsorbHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| HealInfo & | healInfo, | ||
| uint32 & | absorbAmount | ||
| ) |
| void Aura::CallScriptEffectAfterManaShieldHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| DamageInfo & | dmgInfo, | ||
| uint32 & | absorbAmount | ||
| ) |
Definition at line 2359 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptEffectApplyHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| AuraEffectHandleModes | mode | ||
| ) |
Definition at line 2125 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectCalcAmountHandlers | ( | AuraEffect const * | aurEff, |
| SpellEffectValue & | amount, | ||
| bool & | canBeRecalculated | ||
| ) |
Definition at line 2220 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectCalcCritChanceHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| Unit const * | victim, | ||
| float & | critChance | ||
| ) |
Definition at line 2259 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectCalcPeriodicHandlers | ( | AuraEffect const * | aurEff, |
| bool & | isPeriodic, | ||
| int32 & | amplitude | ||
| ) |
Definition at line 2233 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectCalcSpellModHandlers | ( | AuraEffect const * | aurEff, |
| SpellModifier *& | spellMod | ||
| ) |
Definition at line 2246 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectManaShieldHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| DamageInfo & | dmgInfo, | ||
| uint32 & | absorbAmount, | ||
| bool & | defaultPrevented | ||
| ) |
Definition at line 2343 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptEffectPeriodicHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp | ||
| ) |
Definition at line 2188 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptEffectProcHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| ProcEventInfo & | eventInfo | ||
| ) |
Definition at line 2474 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CallScriptEffectRemoveHandlers | ( | AuraEffect const * | aurEff, |
| AuraApplication const * | aurApp, | ||
| AuraEffectHandleModes | mode | ||
| ) |
Definition at line 2144 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEffectSplitHandlers | ( | AuraEffect * | aurEff, |
| AuraApplication const * | aurApp, | ||
| DamageInfo & | dmgInfo, | ||
| uint32 & | splitAmount | ||
| ) |
| void Aura::CallScriptEffectUpdatePeriodicHandlers | ( | AuraEffect * | aurEff | ) |
Definition at line 2207 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::CallScriptEnterLeaveCombatHandlers | ( | AuraApplication const * | aurApp, |
| bool | isNowInCombat | ||
| ) |
| void Aura::CallScriptOnHeartbeat | ( | ) |
| bool Aura::CallScriptPrepareProcHandlers | ( | AuraApplication const * | aurApp, |
| ProcEventInfo & | eventInfo | ||
| ) |
| bool Aura::CallScriptProcHandlers | ( | AuraApplication const * | aurApp, |
| ProcEventInfo & | eventInfo | ||
| ) |
| bool Aura::CanBeAppliedOn | ( | Unit * | target | ) |
Definition at line 1615 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CanBeSaved | ( | ) | const |
| bool Aura::CanPeriodicTickCrit | ( | ) | const |
| bool Aura::CanStackWith | ( | Aura const * | existingAura | ) | const |
Definition at line 1641 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::CheckAreaTarget | ( | Unit * | target | ) |
Definition at line 1636 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::ConsumeProcCharges | ( | SpellProcEntry const * | procEntry | ) |
Definition at line 1828 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 406 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| void Aura::DropChargeDelayed | ( | uint32 | delay, |
| AuraRemoveMode | removeMode = AURA_REMOVE_BY_DEFAULT |
||
| ) |
Definition at line 1049 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Fills a helper structure containing aura primary key for character_aura, character_aura_effect, pet_aura, pet_aura_effect tables.
| [out] | recalculateMask | Mask of effects that can be recalculated to store in database - not part of aura key. |
Definition at line 1255 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| AuraApplication * Aura::GetApplicationOfTarget | ( | ObjectGuid | guid | ) |
| AuraApplication const * Aura::GetApplicationOfTarget | ( | ObjectGuid | guid | ) | const |
Definition at line 1356 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::GetApplicationVector | ( | std::vector< AuraApplication * > & | applications | ) | const |
|
inline |
|
inline |
|
inline |
Definition at line 362 of file SpellAuras.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
| Unit * Aura::GetCaster | ( | ) | const |
Definition at line 560 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Definition at line 2505 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
| AuraEffect * Aura::GetEffect | ( | uint32 | index | ) | const |
| uint32 Aura::GetEffectMask | ( | ) | const |
Definition at line 1337 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 379 of file SpellAuras.h.
|
inline |
|
inline |
|
inline |
| uint32 Aura::GetProcEffectMask | ( | AuraApplication * | aurApp, |
| ProcEventInfo & | eventInfo, | ||
| TimePoint | now | ||
| ) | const |
Definition at line 1842 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 506 of file SpellAuras.cpp.
|
inline |
|
inline |
|
inline |
| AuraObjectType Aura::GetType | ( | ) | const |
Definition at line 584 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 378 of file SpellAuras.h.
| WorldObject * Aura::GetWorldObjectCaster | ( | ) | const |
| void Aura::HandleAllEffects | ( | AuraApplication * | aurApp, |
| uint8 | mode, | ||
| bool | apply | ||
| ) |
| void Aura::HandleAuraSpecificMods | ( | AuraApplication const * | aurApp, |
| Unit * | caster, | ||
| bool | apply, | ||
| bool | onReapply | ||
| ) |
Definition at line 1378 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| bool Aura::HasEffectType | ( | AuraType | type | ) | const |
Definition at line 1293 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::HasMoreThanOneEffectForType | ( | AuraType | auraType | ) | const |
Definition at line 1134 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in UnitAura.
Definition at line 312 of file SpellAuras.h.
Here is the caller graph for this function:| bool Aura::IsAppliedOnTarget | ( | ObjectGuid | guid | ) | const |
| bool Aura::IsArea | ( | ) | const |
Definition at line 1144 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::IsDeathPersistent | ( | ) | const |
Definition at line 1158 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| bool Aura::IsPassive | ( | ) | const |
Definition at line 1153 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| bool Aura::IsProcOnCooldown | ( | TimePoint | now | ) | const |
|
inline |
| bool Aura::IsRemovedOnShapeLost | ( | Unit * | target | ) | const |
|
inline |
| bool Aura::IsSingleTargetWith | ( | Aura const * | aura | ) | const |
|
inline |
| bool Aura::IsUsingStacks | ( | ) | const |
| void Aura::LoadScripts | ( | ) |
| bool Aura::ModCharges | ( | int32 | num, |
| AuraRemoveMode | removeMode = AURA_REMOVE_BY_DEFAULT |
||
| ) |
Definition at line 1020 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::ModChargesDelayed | ( | int32 | num, |
| AuraRemoveMode | removeMode = AURA_REMOVE_BY_DEFAULT |
||
| ) |
Definition at line 1043 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool Aura::ModStackAmount | ( | int32 | num, |
| AuraRemoveMode | removeMode = AURA_REMOVE_BY_DEFAULT, |
||
| bool | resetPeriodicTimer = true |
||
| ) |
Definition at line 1096 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::PrepareProcChargeDrop | ( | SpellProcEntry const * | procEntry, |
| ProcEventInfo const & | eventInfo | ||
| ) |
Definition at line 1818 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::PrepareProcToTrigger | ( | AuraApplication * | aurApp, |
| ProcEventInfo & | eventInfo, | ||
| TimePoint | now | ||
| ) |
Definition at line 1801 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::RecalculateAmountOfEffects | ( | ) |
| void Aura::RefreshDuration | ( | bool | withMods = false | ) |
Definition at line 955 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::RefreshTimers | ( | bool | resetPeriodicTimer | ) |
Definition at line 979 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
| void Aura::ResetProcCooldown | ( | ) |
| void Aura::SetCharges | ( | uint8 | charges | ) |
Definition at line 997 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::SetDuration | ( | int32 | duration, |
| bool | withMods = false |
||
| ) |
Definition at line 944 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
| void Aura::SetLoadedState | ( | int32 | maxDuration, |
| int32 | duration, | ||
| int32 | charges, | ||
| uint32 | recalculateMask, | ||
| SpellEffectValue const * | amount | ||
| ) |
|
inline |
| void Aura::SetNeedClientUpdateForTargets | ( | ) | const |
| void Aura::SetSpellVisual | ( | SpellCastVisual const & | spellVisual | ) |
| void Aura::SetStackAmount | ( | uint8 | num | ) |
Definition at line 1059 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 302 of file SpellAuras.h.
|
inline |
|
inline |
Definition at line 352 of file SpellAuras.h.
|
inline |
|
inline |
Definition at line 349 of file SpellAuras.h.
| void Aura::TriggerProcOnEvent | ( | uint32 | procEffectMask, |
| AuraApplication * | aurApp, | ||
| ProcEventInfo & | eventInfo | ||
| ) |
Definition at line 2018 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 393 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 353 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::UnregisterSingleTarget | ( | ) |
Definition at line 1231 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 858 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::UpdateOwner | ( | uint32 | diff, |
| WorldObject * | owner | ||
| ) |
Definition at line 820 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Aura::UpdateTargetMap | ( | Unit * | caster, |
| bool | apply = true |
||
| ) |
Definition at line 661 of file SpellAuras.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 169 of file SpellAuras.h.
|
private |
Definition at line 428 of file SpellAuras.h.
|
private |
Definition at line 426 of file SpellAuras.h.
|
protected |
Definition at line 413 of file SpellAuras.h.
|
protected |
Definition at line 400 of file SpellAuras.h.
|
protected |
Definition at line 393 of file SpellAuras.h.
|
protected |
Definition at line 395 of file SpellAuras.h.
|
protected |
Definition at line 409 of file SpellAuras.h.
|
protected |
Definition at line 394 of file SpellAuras.h.
|
protected |
Definition at line 396 of file SpellAuras.h.
|
protected |
Definition at line 397 of file SpellAuras.h.
|
protected |
Definition at line 398 of file SpellAuras.h.
|
protected |
Definition at line 419 of file SpellAuras.h.
|
protected |
Definition at line 404 of file SpellAuras.h.
|
protected |
Definition at line 415 of file SpellAuras.h.
|
protected |
Definition at line 416 of file SpellAuras.h.
|
protected |
Definition at line 417 of file SpellAuras.h.
|
protected |
Definition at line 422 of file SpellAuras.h.
|
protected |
Definition at line 423 of file SpellAuras.h.
| std::vector<AuraScript*> Aura::m_loadedScripts |
Definition at line 360 of file SpellAuras.h.
|
protected |
Definition at line 403 of file SpellAuras.h.
|
protected |
Definition at line 401 of file SpellAuras.h.
|
protected |
Definition at line 406 of file SpellAuras.h.
|
protected |
Definition at line 410 of file SpellAuras.h.
|
protected |
Definition at line 421 of file SpellAuras.h.
|
private |
Definition at line 431 of file SpellAuras.h.
|
protected |
Definition at line 392 of file SpellAuras.h.
|
protected |
Definition at line 399 of file SpellAuras.h.
|
protected |
Definition at line 411 of file SpellAuras.h.
|
protected |
Definition at line 405 of file SpellAuras.h.
|
protected |
Definition at line 407 of file SpellAuras.h.