Background for Skyrim SE
Member of the DbSkseFunctions script
ObjectReference[]functionGetProjectileHitRefs(ObjectReferenceprojectileRef)NativeGlobal

Description

Documentation Comment

get the object reference(s) that the projectileRef hit (collided with). Most of the time this is 1 object, sometimes it's more.


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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