No categories assigned

LUA:RemoveControlEffect

Revision as of 17:57, 27 March 2014 by Thefoof (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LUA Functions: RemoveControlEffect()

Removes the given type of control effect from the given spawn


Syntax

RemoveControlEffect(param1, param2)


Parameters

Required - param1 (Spawn), param2 (int8)
param1 is the spawn we want to check
param2 is the type of effect
Optional - param3 (int8)
param3 if set to 1 only remove this effect from the first param spawn

Usage

function remove(Caster, Target)
    RemoveControlEffect(Target, 4)
end

This will remove the stun effect of this spell when the spell is removed

Notes

If used in a spell script it will attempt to remove from the spells targets instead of the supplied spawn

Types
1 - Mez
2 - Stifle
3 - Daze
4 - Stun
5 - Root
6 - Fear
7 - Waterwalking
8 - Underwater Moonjumps
11 - Snare
12 - Flight
13 - Glide
14 - Safefall