HasSpell - Actor

Member of: Actor Script

Checks to see if this actor has the given Spell or Shout.

SyntaxEdit

bool Function HasSpell(Form akForm) native

ParametersEdit

Return ValueEdit

Whether the actor has the given Spell or Shout or not.

ExamplesEdit

; Does the player have the super spell?
if (Game.GetPlayer.HasSpell(SuperSpell))
  Debug.Trace("The player has the super spell")
endIf

See AlsoEdit