AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
spell_illidari_council_balance_of_power Class Reference
Inheritance diagram for spell_illidari_council_balance_of_power:
SpellScriptLoader ScriptObject

Classes

class  spell_illidari_council_balance_of_power_AuraScript
 

Public Member Functions

 spell_illidari_council_balance_of_power ()
 
AuraScriptGetAuraScript () const override
 
- Public Member Functions inherited from SpellScriptLoader
bool IsDatabaseBound () const override
 
virtual SpellScriptGetSpellScript () const
 
virtual AuraScriptGetAuraScript () const
 
- Public Member Functions inherited from ScriptObject
virtual bool IsDatabaseBound () const
 
virtual bool isAfterLoadScript () const
 
virtual void checkValidity ()
 
const std::string & GetName () const
 

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 ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ spell_illidari_council_balance_of_power()

spell_illidari_council_balance_of_power::spell_illidari_council_balance_of_power ( )
inline
571: SpellScriptLoader("spell_illidari_council_balance_of_power") { }
Definition: ScriptMgr.h:142

Member Function Documentation

◆ GetAuraScript()

AuraScript * spell_illidari_council_balance_of_power::GetAuraScript ( ) const
inlineoverridevirtual

Reimplemented from SpellScriptLoader.

590 {
591 return new spell_illidari_council_balance_of_power_AuraScript();
592 }