TrinityCore
spell_argaloth_meteor_slash Class Reference

Classes

class  spell_argaloth_meteor_slash_SpellScript
 

Public Member Functions

 spell_argaloth_meteor_slash ()
 
SpellScriptGetSpellScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
virtual SpellScriptGetSpellScript () const
 
virtual AuraScriptGetAuraScript () const
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Additional Inherited Members

- Protected Member Functions inherited from SpellScriptLoader
 SpellScriptLoader (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 151 of file boss_pit_lord_argaloth.cpp.

Constructor & Destructor Documentation

◆ spell_argaloth_meteor_slash()

spell_argaloth_meteor_slash::spell_argaloth_meteor_slash ( )
inline

Definition at line 154 of file boss_pit_lord_argaloth.cpp.

154: SpellScriptLoader("spell_argaloth_meteor_slash") { }
SpellScriptLoader(char const *name)
Definition: ScriptMgr.cpp:2374

Member Function Documentation

◆ GetSpellScript()

SpellScript * spell_argaloth_meteor_slash::GetSpellScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

Definition at line 181 of file boss_pit_lord_argaloth.cpp.

182 {
183 return new spell_argaloth_meteor_slash_SpellScript();
184 }

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