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

Classes

class  spell_frostwarden_handler_focus_fire_AuraScript
 
class  spell_frostwarden_handler_focus_fire_SpellScript
 

Public Member Functions

 spell_frostwarden_handler_focus_fire ()
 
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_frostwarden_handler_focus_fire()

spell_frostwarden_handler_focus_fire::spell_frostwarden_handler_focus_fire ( )
inline
1915: SpellScriptLoader("spell_frostwarden_handler_focus_fire") { }
Definition: SpellScriptLoader.h:26

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_frostwarden_handler_focus_fire::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1960 {
1961 return new spell_frostwarden_handler_focus_fire_AuraScript();
1962 }

◆ GetSpellScript()

SpellScript * spell_frostwarden_handler_focus_fire::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1955 {
1956 return new spell_frostwarden_handler_focus_fire_SpellScript();
1957 }