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

Description

Documentation Comment

Get the enchantment the projectileRef was shot with if any


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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