|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Spell.h>
Public Member Functions | |
| SpellValue (SpellInfo const *proto) | |
Public Attributes | |
| uint8 | AuraStackAmount |
| int32 | EffectBasePoints [MAX_SPELL_EFFECTS] |
| uint32 | MaxAffectedTargets |
| float | RadiusMod |
|
explicit |
Definition at line 491 of file Spell.cpp.
References AuraStackAmount, SpellEffectInfo::BasePoints, EffectBasePoints, SpellInfo::Effects, MAX_SPELL_EFFECTS, SpellInfo::MaxAffectedTargets, MaxAffectedTargets, and RadiusMod.
| uint8 SpellValue::AuraStackAmount |
Definition at line 259 of file Spell.h.
Referenced by SpellValue().
| int32 SpellValue::EffectBasePoints[MAX_SPELL_EFFECTS] |
Definition at line 256 of file Spell.h.
Referenced by SpellValue().
| uint32 SpellValue::MaxAffectedTargets |
Definition at line 257 of file Spell.h.
Referenced by SpellValue().
| float SpellValue::RadiusMod |
Definition at line 258 of file Spell.h.
Referenced by SpellValue().