AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Spell.h"
Public Member Functions | |
SpellValue (SpellInfo const *proto) | |
Public Attributes | |
int32 | EffectBasePoints [MAX_SPELL_EFFECTS] |
uint32 | MaxAffectedTargets |
float | RadiusMod |
uint8 | AuraStackAmount |
int32 | AuraDuration |
bool | ForcedCritResult |
uint32 | MiscVal [MAX_SPELL_EFFECTS] |
|
explicit |
References AuraDuration, AuraStackAmount, EffectBasePoints, SpellInfo::Effects, ForcedCritResult, MAX_SPELL_EFFECTS, MaxAffectedTargets, SpellInfo::MaxAffectedTargets, MiscVal, and RadiusMod.
int32 SpellValue::AuraDuration |
Referenced by Spell::DoSpellHitOnUnit(), Spell::SetSpellValue(), and SpellValue().
uint8 SpellValue::AuraStackAmount |
Referenced by Spell::DoSpellHitOnUnit(), Spell::SetSpellValue(), and SpellValue().
int32 SpellValue::EffectBasePoints[MAX_SPELL_EFFECTS] |
bool SpellValue::ForcedCritResult |
Referenced by Spell::SetSpellValue(), and SpellValue().
uint32 SpellValue::MaxAffectedTargets |
uint32 SpellValue::MiscVal[MAX_SPELL_EFFECTS] |
Referenced by Spell::EffectSummonType(), Spell::SetSpellValue(), and SpellValue().
float SpellValue::RadiusMod |