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

Classes

class  spell_halion_combustion_consumption_AuraScript
 

Public Member Functions

 spell_halion_combustion_consumption (char const *scriptName, uint32 spell)
 
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_halion_combustion_consumption::spell_halion_combustion_consumption ( char const scriptName,
uint32  spell 
)
inline
1421 : SpellScriptLoader(scriptName), _spellID(spell) { }
uint32 _spellID
Definition: boss_halion.cpp:1472
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_halion_combustion_consumption::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1467  {
1468  return new spell_halion_combustion_consumption_AuraScript(_spellID);
1469  }
uint32 _spellID
Definition: boss_halion.cpp:1472

Member Data Documentation

uint32 spell_halion_combustion_consumption::_spellID
private

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