Spell Script

Revision as of 05:37, 22 October 2017 by imported>Qazaaq (crosslinked)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extends: Form Script
Editor: Spell

Script for the manipulation of spells.

DefinitionEdit

ScriptName Spell extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

  • Function Cast(ObjectReference akSource, ObjectReference akTarget)
    • Casts this spell from the source object reference, optionally toward a target object reference.
  • bool Function IsHostile()
    • Returns whether this spell is considered hostile or not.
  • Function RemoteCast(ObjectReference akSource, Actor akBlameActor, ObjectReference akTarget)
    • Casts this spell from the source object reference, with akBlameActor getting blame for any crime

EventsEdit

None