Background for Skyrim SE
Member of the DbSkseFunctions script
string[]functionGetProjectileCollidedLayerNames(ObjectReferenceprojectileRef)NativeGlobal

Description

Documentation Comment

get names of the collision layers the projectileRef has collided with


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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