Background for Skyrim SE
Member of the Actor script
boolfunctionRemoveSpell(SpellakSpell)Native

Description

Wiki Description

Removes the specified spell from this actor.

Documentation Comment

Removes the specified spell from this actor - returns true on success


Parameters

  1. SpellakSpell

    CK Wiki Description

    The spell to remove from this actor.


Examples

No human-generated examples found for this function.

Auto-Generated Example

Spell mySpell__akSpell

bool returnedValue = myActor__toCallFunctionOn.RemoveSpell(mySpell__akSpell)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.