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

Classes

class  spell_kologarn_stone_shout_AuraScript
 
class  spell_kologarn_stone_shout_SpellScript
 

Public Member Functions

 spell_kologarn_stone_shout ()
 
AuraScriptGetAuraScript () const override
 
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_kologarn_stone_shout()

spell_kologarn_stone_shout::spell_kologarn_stone_shout ( )
inline
795: SpellScriptLoader("spell_kologarn_stone_shout") { }
Definition: SpellScriptLoader.h:26

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_kologarn_stone_shout::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

816 {
817 return new spell_kologarn_stone_shout_AuraScript();
818 }

◆ GetSpellScript()

SpellScript * spell_kologarn_stone_shout::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

837 {
838 return new spell_kologarn_stone_shout_SpellScript();
839 }