Description
Wiki Description
Removes the specified spell from this actor.
Documentation Comment
Removes the specified spell from this actor - returns true on success
Caveats
Parameters
Examples
; Removes the sheep spell from the player
if (Game.GetPlayer().RemoveSpell(SheepSpellProperty))
Debug.Trace("Sheep spell removed from the player")
endIfAuto-Generated Example
Spell mySpell__akSpell
bool returnedValue = myActor__toCallFunctionOn.RemoveSpell(mySpell__akSpell)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
