Description
Wiki Description
Will dispel all magic effects from this actor that came from the given spell.
Documentation Comment
Dispel a spell from this actor
Caveats
Parameters
Examples
; Dispel the poison spell from the lucky guy
LuckyGuy.DispelSpell(BadPoisonSpell)Auto-Generated Example
Spell mySpell__akSpell
bool returnedValue = myActor__toCallFunctionOn.DispelSpell(mySpell__akSpell)