Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript Class Reference
Inheritance diagram for spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript:
Collaboration diagram for spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript:

Private Member Functions

bool Load () OVERRIDE
 PrepareSpellScript (spell_putricide_ooze_channel_SpellScript)
void Register () OVERRIDE
void SelectTarget (std::list< WorldObject * > &targets)
void SetTarget (std::list< WorldObject * > &targets)
void StartAttack ()
bool Validate (SpellInfo const *spell) OVERRIDE

Private Attributes

WorldObject_target

Additional Inherited Members

Public Member Functions inherited from SpellScript
void _FinishScriptCall ()
void _InitHit ()
bool _IsDefaultEffectPrevented (SpellEffIndex effIndex) const
bool _IsEffectPrevented (SpellEffIndex effIndex) const
bool _Load (Spell *spell)
void _PrepareScriptCall (SpellScriptHookType hookType)
bool _Validate (SpellInfo const *entry)
void CreateItem (uint32 effIndex, uint32 itemId)
void FinishCast (SpellCastResult result)
UnitGetCaster ()
ItemGetCastItem ()
int32 GetEffectValue ()
WorldLocation const * GetExplTargetDest ()
GameObjectGetExplTargetGObj ()
ItemGetExplTargetItem ()
UnitGetExplTargetUnit ()
WorldObjectGetExplTargetWorldObject ()
AuraGetHitAura ()
CreatureGetHitCreature ()
int32 GetHitDamage ()
WorldLocationGetHitDest ()
GameObjectGetHitGObj ()
int32 GetHitHeal ()
ItemGetHitItem ()
PlayerGetHitPlayer ()
UnitGetHitUnit ()
UnitGetOriginalCaster ()
SpellGetSpell ()
SpellInfo const * GetSpellInfo ()
SpellValue const * GetSpellValue ()
SpellInfo const * GetTriggeringSpell ()
bool IsInCheckCastHook () const
bool IsInEffectHook () const
bool IsInHitPhase () const
bool IsInTargetHook () const
void PreventHitAura ()
void PreventHitDamage ()
void PreventHitDefaultEffect (SpellEffIndex effIndex)
void PreventHitEffect (SpellEffIndex effIndex)
void PreventHitHeal ()
void SetCustomCastResultMessage (SpellCustomErrors result)
void SetExplTargetDest (WorldLocation &loc)
void SetHitDamage (int32 damage)
void SetHitHeal (int32 heal)
Public Member Functions inherited from _SpellScript
std::string const * _GetScriptName () const
virtual void _Init (std::string const *scriptname, uint32 spellId)
virtual void _Register ()
 _SpellScript ()
virtual void _Unload ()
virtual void Unload ()
virtual ~_SpellScript ()
Public Attributes inherited from SpellScript
HookList< CastHandlerAfterCast
HookList< HitHandlerAfterHit
HookList< CastHandlerBeforeCast
HookList< HitHandlerBeforeHit
HookList< CastHandlerOnCast
HookList< CheckCastHandlerOnCheckCast
HookList< EffectHandlerOnEffectHit
HookList< EffectHandlerOnEffectHitTarget
HookList< EffectHandlerOnEffectLaunch
HookList< EffectHandlerOnEffectLaunchTarget
HookList< HitHandlerOnHit
HookList< ObjectAreaTargetSelectHandlerOnObjectAreaTargetSelect
HookList< ObjectTargetSelectHandlerOnObjectTargetSelect
Protected Attributes inherited from _SpellScript
uint8 m_currentScriptState
std::string const * m_scriptName
uint32 m_scriptSpellId

Detailed Description

Definition at line 844 of file boss_professor_putricide.cpp.

Member Function Documentation

◆ Load()

bool spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::Load ( )
inlineprivatevirtual

Reimplemented from _SpellScript.

Definition at line 859 of file boss_professor_putricide.cpp.

References _target, SpellScript::GetCaster(), Object::GetTypeId(), OVERRIDE, and TYPEID_UNIT.

◆ PrepareSpellScript()

spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::PrepareSpellScript ( spell_putricide_ooze_channel_SpellScript )
private

◆ Register()

void spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::Register ( )
inlineprivatevirtual

◆ SelectTarget()

void spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::SelectTarget ( std::list< WorldObject * > & targets)
inlineprivate

◆ SetTarget()

void spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::SetTarget ( std::list< WorldObject * > & targets)
inlineprivate

Definition at line 880 of file boss_professor_putricide.cpp.

References _target.

Referenced by Register().

◆ StartAttack()

void spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::StartAttack ( )
inlineprivate

◆ Validate()

bool spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::Validate ( SpellInfo const * spell)
inlineprivatevirtual

Reimplemented from _SpellScript.

Definition at line 848 of file boss_professor_putricide.cpp.

References OVERRIDE, and sSpellMgr.

Member Data Documentation

◆ _target

WorldObject* spell_putricide_ooze_channel::spell_putricide_ooze_channel_SpellScript::_target
private

Definition at line 903 of file boss_professor_putricide.cpp.

Referenced by Load(), SelectTarget(), and SetTarget().


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