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 |
|
explicit |
References AuraDuration, AuraStackAmount, EffectBasePoints, SpellInfo::Effects, ForcedCritResult, MAX_SPELL_EFFECTS, MaxAffectedTargets, SpellInfo::MaxAffectedTargets, 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 |
float SpellValue::RadiusMod |