Background for Skyrim SE
Member of the ANDR_PapyrusFunctions script
voidfunctionCastSpellFromPointToPoint(ActorakSource, SpellakSpell, floatStartPoint_X, floatStartPoint_Y, floatStartPoint_Z, floatEndPoint_X, floatEndPoint_Y, floatEndPoint_Z)NativeGlobal

Description

Documentation String

  • akSource: The caster.
  • akSpell: The spell to cast.
  • StartPoint_X: The X position of the starting point.
  • StartPoint_Y: The Y position of the starting point.
  • StartPoint_Z: The Z position of the starting point.
  • EndPoint_X: The X position of the ending point.
  • EndPoint_Y: The Y position of the ending point.
  • EndPoint_Z: The Z position of the ending point.

Parameters

  1. ActorakSource

  2. SpellakSpell

  3. floatStartPoint_X

  4. floatStartPoint_Y

  5. floatStartPoint_Z

  6. floatEndPoint_X

  7. floatEndPoint_Y

  8. floatEndPoint_Z


Examples

Auto-Generated Example

Actor myActor__akSource
Spell mySpell__akSpell
float myFloat__StartPoint_X
float myFloat__StartPoint_Y
float myFloat__StartPoint_Z
float myFloat__EndPoint_X
float myFloat__EndPoint_Y
float myFloat__EndPoint_Z

ANDR_PapyrusFunctions.CastSpellFromPointToPoint(myActor__akSource, mySpell__akSpell, myFloat__StartPoint_X, myFloat__StartPoint_Y, myFloat__StartPoint_Z, myFloat__EndPoint_X, myFloat__EndPoint_Y, myFloat__EndPoint_Z)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.