Background for Skyrim SE
Member of the DbSkseFunctions script
FormfunctionGetProjectileMagicSource(ObjectReferenceprojectileRef)NativeGlobal

Description

Documentation Comment

Get the magic item that shot the projectileRef if any
Most likely a spell or shout


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

Form returnedValue = DbSkseFunctions.GetProjectileMagicSource(myObjectReference__projectileRef)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.