Caveats
Parameters
Examples
; Does the player have the super spell?
if (Game.GetPlayer.HasSpell(SuperSpell))
Debug.Trace("The player has the super spell")
endIfAuto-Generated Example
Form myForm__akForm
bool returnedValue = myActor__toCallFunctionOn.HasSpell(myForm__akForm)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
