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

Description

Documentation Comment

get the type of the projectileRef
projectile types are: 1 = Missile, 2 = Grenade, 3 = Beam, 4 = Flamethrower, 5 = Cone, 6 = Barrier, 7 = Arrow, 0 = unrecognized.


Caveats


Parameters

ObjectReferenceprojectileRef


Examples

Auto-Generated Example

ObjectReference myObjectReference__projectileRef

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