Dispel - ActiveMagicEffect

From the CreationKit Wiki
Revision as of 17:05, 8 April 2012 by imported>Fg109 (→‎See Also: added links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script

Will dispel this active magic effect.

Syntax

Function Dispel() native

Parameters

None.

Return Value

None.

Examples

; Dispel the 'it burns!' magic effect from the target
ItBurnsActiveEffect.Dispel()

See Also