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

Classes

class  spell_halion_twilight_realm_handlers_AuraScript
 

Public Member Functions

 spell_halion_twilight_realm_handlers (const char *scriptName, uint32 beforeHitSpell, bool isApplyHandler)
 
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 _beforeHitSpell
 
bool _isApplyHandler
 

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_twilight_realm_handlers::spell_halion_twilight_realm_handlers ( const char *  scriptName,
uint32  beforeHitSpell,
bool  isApplyHandler 
)
inline
1574  : SpellScriptLoader(scriptName),
1575  _beforeHitSpell(beforeHitSpell), _isApplyHandler(isApplyHandler)
1576  { }
bool _isApplyHandler
Definition: boss_halion.cpp:1634
uint32 _beforeHitSpell
Definition: boss_halion.cpp:1633
SpellScriptLoader(const char *name)
Definition: ScriptMgr.cpp:1523

Member Function Documentation

AuraScript* spell_halion_twilight_realm_handlers::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

1628  {
1629  return new spell_halion_twilight_realm_handlers_AuraScript(_beforeHitSpell, _isApplyHandler);
1630  }
bool _isApplyHandler
Definition: boss_halion.cpp:1634
uint32 _beforeHitSpell
Definition: boss_halion.cpp:1633

Member Data Documentation

uint32 spell_halion_twilight_realm_handlers::_beforeHitSpell
private
bool spell_halion_twilight_realm_handlers::_isApplyHandler
private

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