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

Classes

class  spell_gen_summon_elemental_AuraScript
 

Public Member Functions

 spell_gen_summon_elemental (const char *name, uint32 spellId)
 
AuraScriptGetAuraScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
virtual SpellScriptGetSpellScript () const
 
- Public Member Functions inherited from ScriptObject
const std::string & GetName () const
 

Private Attributes

uint32 _spellId
 

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_gen_summon_elemental::spell_gen_summon_elemental ( const char *  name,
uint32  spellId 
)
inline
3124 : SpellScriptLoader(name), _spellId(spellId) { }
uint32 _spellId
Definition: spell_generic.cpp:3171
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_gen_summon_elemental::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

3166  {
3167  return new spell_gen_summon_elemental_AuraScript(_spellId);
3168  }
uint32 _spellId
Definition: spell_generic.cpp:3171

Member Data Documentation

uint32 spell_gen_summon_elemental::_spellId
private

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