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

Classes

class  spell_halion_marks_AuraScript
 

Public Member Functions

 spell_halion_marks (char const *scriptName, uint32 summonSpell, uint32 removeSpell)
 
AuraScriptGetAuraScript () 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 _summonSpell
 
uint32 _removeSpell
 

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_marks()

spell_halion_marks::spell_halion_marks ( char const *  scriptName,
uint32  summonSpell,
uint32  removeSpell 
)
inline
980: SpellScriptLoader(scriptName), _summonSpell(summonSpell), _removeSpell(removeSpell) { }
Definition: ScriptMgr.h:142
uint32 _removeSpell
Definition: boss_halion.cpp:1026
uint32 _summonSpell
Definition: boss_halion.cpp:1025

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_halion_marks::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1020 {
1021 return new spell_halion_marks_AuraScript(_summonSpell, _removeSpell);
1022 }

References _removeSpell, and _summonSpell.

Member Data Documentation

◆ _removeSpell

uint32 spell_halion_marks::_removeSpell
private

Referenced by GetAuraScript().

◆ _summonSpell

uint32 spell_halion_marks::_summonSpell
private

Referenced by GetAuraScript().