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

6.x More...

Classes

class  spell_dk_icebound_fortitude_AuraScript
 

Public Member Functions

 spell_dk_icebound_fortitude ()
 
AuraScriptGetAuraScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
virtual SpellScriptGetSpellScript () const
 
- 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 ()
 

Detailed Description

6.x

Constructor & Destructor Documentation

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

Member Function Documentation

AuraScript* spell_dk_icebound_fortitude::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

854  {
855  return new spell_dk_icebound_fortitude_AuraScript();
856  }

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