Description
Wiki Description
Removes the specified spell from this actor.
Documentation Comment
Removes the specified spell from this actor - returns true on success
Parameters
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)