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

Description

Documentation Comment

Get the damage of the weapon that shot the projectileRef if any


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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