Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionLaunchSpell(ActorakActor, SpellakSpell, intaiSource)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeDescription
0Left hand
1Right hand
2Voice
3Instant
  • Launch spell projectile from casting source

Caveats


Parameters

ActorakActor

SpellakSpell

intaiSource


Examples

Auto-Generated Example

Actor myActor__akActor
Spell mySpell__akSpell
int myInt__aiSource

PO3_SKSEFunctions.LaunchSpell(myActor__akActor, mySpell__akSpell, myInt__aiSource)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.