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

Description

Documentation Comment

impactResults are: 0 = none, 1 = destroy, 2 = bounce, 3 = impale, 4 = stick


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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