TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
spell_frostwarden_handler_focus_fire Class Reference

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

Constructor & Destructor Documentation

spell_frostwarden_handler_focus_fire::spell_frostwarden_handler_focus_fire ( )
inline
1528 : SpellScriptLoader("spell_frostwarden_handler_focus_fire") { }
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_frostwarden_handler_focus_fire::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1573  {
1574  return new spell_frostwarden_handler_focus_fire_AuraScript();
1575  }
SpellScript* spell_frostwarden_handler_focus_fire::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1568  {
1569  return new spell_frostwarden_handler_focus_fire_SpellScript();
1570  }

The documentation for this class was generated from the following file: