|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| PrepareSpellScript (spell_generic_quest_update_entry_SpellScript) | |
Private Attributes | |
| uint32 | _despawnTime |
| uint8 | _effIndex |
| uint32 | _newEntry |
| uint32 | _originalEntry |
| bool | _shouldAttack |
| uint16 | _spellEffect |
Additional Inherited Members | |
| Public Attributes inherited from SpellScript | |
| HookList< CastHandler > | AfterCast |
| HookList< HitHandler > | AfterHit |
| HookList< CastHandler > | BeforeCast |
| HookList< HitHandler > | BeforeHit |
| HookList< CastHandler > | OnCast |
| HookList< CheckCastHandler > | OnCheckCast |
| HookList< EffectHandler > | OnEffectHit |
| HookList< EffectHandler > | OnEffectHitTarget |
| HookList< EffectHandler > | OnEffectLaunch |
| HookList< EffectHandler > | OnEffectLaunchTarget |
| HookList< HitHandler > | OnHit |
| HookList< ObjectAreaTargetSelectHandler > | OnObjectAreaTargetSelect |
| HookList< ObjectTargetSelectHandler > | OnObjectTargetSelect |
| Protected Attributes inherited from _SpellScript | |
| uint8 | m_currentScriptState |
| std::string const * | m_scriptName |
| uint32 | m_scriptSpellId |
Definition at line 22 of file spell_quest.cpp.
|
inline |
Definition at line 34 of file spell_quest.cpp.
References _despawnTime, _effIndex, _newEntry, _originalEntry, _shouldAttack, and _spellEffect.
Referenced by PrepareSpellScript().
|
inline |
Definition at line 38 of file spell_quest.cpp.
References _despawnTime, _newEntry, _originalEntry, _shouldAttack, SpellScript::GetCaster(), and SpellScript::GetHitCreature().
Referenced by Register().
|
private |
References spell_generic_quest_update_entry_SpellScript().
|
inlinevirtual |
Implements _SpellScript.
Definition at line 52 of file spell_quest.cpp.
References _effIndex, _spellEffect, HandleDummy(), SpellScript::OnEffectHitTarget, OVERRIDE, and SpellEffectFn.
|
private |
Definition at line 31 of file spell_quest.cpp.
Referenced by HandleDummy(), and spell_generic_quest_update_entry_SpellScript().
|
private |
Definition at line 27 of file spell_quest.cpp.
Referenced by Register(), and spell_generic_quest_update_entry_SpellScript().
|
private |
Definition at line 29 of file spell_quest.cpp.
Referenced by HandleDummy(), and spell_generic_quest_update_entry_SpellScript().
|
private |
Definition at line 28 of file spell_quest.cpp.
Referenced by HandleDummy(), and spell_generic_quest_update_entry_SpellScript().
|
private |
Definition at line 30 of file spell_quest.cpp.
Referenced by HandleDummy(), and spell_generic_quest_update_entry_SpellScript().
|
private |
Definition at line 26 of file spell_quest.cpp.
Referenced by Register(), and spell_generic_quest_update_entry_SpellScript().