- Found in:
- Andrealphus PE
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
ActorakSource
SpellakSpell
floatStartPoint_X
floatStartPoint_Y
floatStartPoint_Z
floatEndPoint_X
floatEndPoint_Y
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)