AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
SpellScriptLoader Class Reference

#include "SpellScriptLoader.h"

Inheritance diagram for SpellScriptLoader:
ScriptObject GenericSpellAndAuraScriptLoader< Ts > spell_archavon_rock_shards spell_chapter5_light_of_dawn_aura spell_chapter5_rebuke spell_faction_champion_warl_unstable_affliction spell_flame_warder_meteor_fists spell_gen_leeching_swarm spell_gen_leeching_swarm_dmg spell_gnomeregan_radiation_bolt spell_hexlord_unstable_affliction spell_hos_dark_matter spell_item_gift_of_the_harvester spell_koralon_meteor_fists spell_krystallus_shatter spell_krystallus_shatter_effect spell_loken_pulsing_shockwave spell_mistress_kiss_area spell_pursuing_spikes spell_q11515_fel_siphon_dummy spell_q12641_death_comes_from_on_high_summon_ghouls spell_q12698_the_gift_that_keeps_on_giving spell_q55_sacred_cleansing spell_scholomance_boon_of_life spell_scholomance_fixate spell_shadowfang_keep_forsaken_skills spell_shadowfang_keep_haunting_spirits spell_temple_of_atal_hakkar_awaken_the_soulflayer spell_temple_of_atal_hakkar_hex_of_jammal_an spell_threatening_gaze spell_toc25_mistress_kiss spell_uldaman_boss_agro_archaedas spell_uldaman_stoned spell_uldaman_sub_boss_agro_keepers spell_valkyr_ball_periodic_dummy spell_valkyr_essence spell_valkyr_touch spell_voa_flaming_cinder spell_voa_lightning_nova spell_voa_overcharge

Public Member Functions

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
 
uint16 GetTotalAvailableHooks ()
 

Protected Member Functions

 SpellScriptLoader (const char *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (const char *name, uint16 totalAvailableHooks=0)
 
virtual ~ScriptObject ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ SpellScriptLoader()

SpellScriptLoader::SpellScriptLoader ( const char *  name)
protected
80 : ScriptObject(name)
81{
83}
static void AddScript(TScript *const script, std::vector< uint16 > enabledHooks={})
Definition: ScriptMgr.h:737
Definition: ScriptObject.h:44

References ScriptRegistry< TScript >::AddScript().

Member Function Documentation

◆ GetAuraScript()

◆ GetSpellScript()

◆ IsDatabaseBound()

bool SpellScriptLoader::IsDatabaseBound ( ) const
inlineoverridevirtual

Reimplemented from ScriptObject.

31{ return true; }