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

Classes

class  spell_hor_shared_sufferingAuraScript
 

Public Member Functions

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

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

spell_hor_shared_suffering::spell_hor_shared_suffering ( )
inline
173: SpellScriptLoader("spell_hor_shared_suffering") { }
Definition: ScriptMgr.h:142

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_hor_shared_suffering::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

207 {
208 return new spell_hor_shared_sufferingAuraScript();
209 }