Caveats
CK Wiki - Notes
This function only detects whether the actor knows a spell. It will not detect if the actor is under the influence of a spell's effect. For detecting spells that have been cast on or otherwise applied to the actor, use Actor.HasMagicEffect(...).
Parameters
FormakForm
CK Wiki Description
Examples
No human-generated examples found for this function.
Auto-Generated Example
Form myForm__akForm
bool returnedValue = myActor__toCallFunctionOn.HasSpell(myForm__akForm)