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

Description

Documentation Comment

Get the weapon that the projectileRef was shot from if any
Most likely a bow or crossbow.


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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