Background for Skyrim SE
Member of the ANDR_PapyrusFunctions script
voidfunctionCastSpellFromRefAimed(ActorakSource, SpellakSpell, ObjectReferenceakOriginRef)Global

Description

Documentation String

  • akSource: The caster of the spell.
  • akSpell: Spell to cast.
  • akOriginRef: The ObjectReference where to cast the spell from.

Caveats


Parameters

ActorakSource

SpellakSpell

ObjectReferenceakOriginRef


Examples

Auto-Generated Example

Actor myActor__akSource
Spell mySpell__akSpell
ObjectReference myObjectReference__akOriginRef

ANDR_PapyrusFunctions.CastSpellFromRefAimed(myActor__akSource, mySpell__akSpell, myObjectReference__akOriginRef)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.