AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
spell_halion_damage_aoe_summon Class Reference
Inheritance diagram for spell_halion_damage_aoe_summon:
SpellScriptLoader ScriptObject

Classes

class  spell_halion_damage_aoe_summon_SpellScript
 

Public Member Functions

 spell_halion_damage_aoe_summon (char const *scriptName, uint32 explosionSpell, uint32 auraSpell)
 
SpellScriptGetSpellScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
bool IsDatabaseBound () const override
 
virtual SpellScriptGetSpellScript () const
 
virtual AuraScriptGetAuraScript () const
 
- Public Member Functions inherited from ScriptObject
virtual bool IsDatabaseBound () const
 
virtual bool isAfterLoadScript () const
 
virtual void checkValidity ()
 
const std::string & GetName () const
 

Private Attributes

uint32 _explosionSpell
 
uint32 _auraSpell
 

Additional Inherited Members

- Protected Member Functions inherited from SpellScriptLoader
 SpellScriptLoader (const char *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (const char *name)
 
virtual ~ScriptObject ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ spell_halion_damage_aoe_summon()

spell_halion_damage_aoe_summon::spell_halion_damage_aoe_summon ( char const *  scriptName,
uint32  explosionSpell,
uint32  auraSpell 
)
inline
1028: SpellScriptLoader(scriptName), _explosionSpell(explosionSpell), _auraSpell(auraSpell) { }
Definition: SpellScriptLoader.h:26
uint32 _auraSpell
Definition: boss_halion.cpp:1082
uint32 _explosionSpell
Definition: boss_halion.cpp:1081

Member Function Documentation

◆ GetSpellScript()

SpellScript * spell_halion_damage_aoe_summon::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1076 {
1077 return new spell_halion_damage_aoe_summon_SpellScript(_explosionSpell, _auraSpell);
1078 }

References _auraSpell, and _explosionSpell.

Member Data Documentation

◆ _auraSpell

uint32 spell_halion_damage_aoe_summon::_auraSpell
private

Referenced by GetSpellScript().

◆ _explosionSpell

uint32 spell_halion_damage_aoe_summon::_explosionSpell
private

Referenced by GetSpellScript().