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

Classes

class  spell_halion_marks_AuraScript
 

Public Member Functions

 spell_halion_marks (char const *scriptName, uint32 summonSpell, uint32 removeSpell)
 
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 _summonSpell
 
uint32 _removeSpell
 

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_marks::spell_halion_marks ( char const scriptName,
uint32  summonSpell,
uint32  removeSpell 
)
inline
1478  : SpellScriptLoader(scriptName),
1479  _summonSpell(summonSpell), _removeSpell(removeSpell) { }
uint32 _summonSpell
Definition: boss_halion.cpp:1532
uint32 _removeSpell
Definition: boss_halion.cpp:1533
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_halion_marks::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1527  {
1528  return new spell_halion_marks_AuraScript(_summonSpell, _removeSpell);
1529  }
uint32 _summonSpell
Definition: boss_halion.cpp:1532
uint32 _removeSpell
Definition: boss_halion.cpp:1533

Member Data Documentation

uint32 spell_halion_marks::_removeSpell
private
uint32 spell_halion_marks::_summonSpell
private

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