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

Classes

class  spell_arcane_overload_SpellScript
 

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

SpellScript* spell_arcane_overload::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1922  {
1923  return new spell_arcane_overload_SpellScript();
1924  }

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