#include "SpellScriptLoader.h"
◆ SpellScriptLoader()
SpellScriptLoader::SpellScriptLoader |
( |
const char * |
name | ) |
|
|
protected |
81{
83}
static void AddScript(TScript *const script, std::vector< uint16 > enabledHooks={})
Definition: ScriptMgr.h:737
Definition: ScriptObject.h:44
References ScriptRegistry< TScript >::AddScript().
◆ GetAuraScript()
virtual AuraScript * SpellScriptLoader::GetAuraScript |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented in GenericSpellAndAuraScriptLoader< Ts >, spell_chapter5_light_of_dawn_aura, spell_scholomance_fixate, spell_scholomance_boon_of_life, spell_shadowfang_keep_haunting_spirits, spell_shadowfang_keep_forsaken_skills, spell_temple_of_atal_hakkar_hex_of_jammal_an, spell_uldaman_stoned, spell_hexlord_unstable_affliction, spell_threatening_gaze, spell_pursuing_spikes, spell_gen_leeching_swarm, spell_faction_champion_warl_unstable_affliction, spell_toc25_mistress_kiss, spell_valkyr_essence, spell_valkyr_touch, spell_valkyr_ball_periodic_dummy, spell_hos_dark_matter, spell_voa_overcharge, spell_koralon_meteor_fists, and spell_flame_warder_meteor_fists.
Referenced by ScriptMgr::CreateAuraScripts().
◆ GetSpellScript()
virtual SpellScript * SpellScriptLoader::GetSpellScript |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented in GenericSpellAndAuraScriptLoader< Ts >, spell_gnomeregan_radiation_bolt, spell_q12641_death_comes_from_on_high_summon_ghouls, spell_item_gift_of_the_harvester, spell_q12698_the_gift_that_keeps_on_giving, spell_chapter5_rebuke, spell_temple_of_atal_hakkar_awaken_the_soulflayer, spell_uldaman_sub_boss_agro_keepers, spell_uldaman_boss_agro_archaedas, spell_gen_leeching_swarm_dmg, spell_mistress_kiss_area, spell_loken_pulsing_shockwave, spell_krystallus_shatter, spell_krystallus_shatter_effect, spell_archavon_rock_shards, spell_voa_lightning_nova, spell_voa_flaming_cinder, spell_q55_sacred_cleansing, and spell_q11515_fel_siphon_dummy.
Referenced by ScriptMgr::CreateSpellScripts().
◆ IsDatabaseBound()
bool SpellScriptLoader::IsDatabaseBound |
( |
| ) |
const |
|
inlineoverridevirtual |