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

Classes

class  spell_gen_lifebloom_AuraScript
 

Public Member Functions

 spell_gen_lifebloom (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_lifebloom::spell_gen_lifebloom ( const char *  name,
uint32  spellId 
)
inline
1802 : SpellScriptLoader(name), _spellId(spellId) { }
uint32 _spellId
Definition: spell_generic.cpp:1843
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_gen_lifebloom::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1838  {
1839  return new spell_gen_lifebloom_AuraScript(_spellId);
1840  }
uint32 _spellId
Definition: spell_generic.cpp:1843

Member Data Documentation

uint32 spell_gen_lifebloom::_spellId
private

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