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

Classes

class  spell_leotheras_insidious_whisper_AuraScript
 
class  spell_leotheras_insidious_whisper_SpellScript
 

Public Member Functions

 spell_leotheras_insidious_whisper ()
 
SpellScriptGetSpellScript () const override
 
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_leotheras_insidious_whisper()

spell_leotheras_insidious_whisper::spell_leotheras_insidious_whisper ( )
inline
408: SpellScriptLoader("spell_leotheras_insidious_whisper") { }
Definition: ScriptMgr.h:142

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_leotheras_insidious_whisper::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

456 {
457 return new spell_leotheras_insidious_whisper_AuraScript();
458 }

◆ GetSpellScript()

SpellScript * spell_leotheras_insidious_whisper::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

427 {
428 return new spell_leotheras_insidious_whisper_SpellScript();
429 }