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

Classes

class  spell_halion_clear_debuffs_SpellScript
 

Public Member Functions

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

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

spell_halion_clear_debuffs::spell_halion_clear_debuffs ( )
inline
1088: SpellScriptLoader("spell_halion_clear_debuffs") { }
Definition: SpellScriptLoader.h:26

Member Function Documentation

◆ GetSpellScript()

SpellScript * spell_halion_clear_debuffs::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1111 {
1112 return new spell_halion_clear_debuffs_SpellScript();
1113 }