Background for Skyrim SE
Member of the _Q2C_Functions script
voidfunctionSetProjectile(AmmoakAmmo, ProjectileakProjectile)NativeGlobal

Description

Documentation String

Sets the projectile associated with this ammo
--WARNING!!-- Highly untested! >:$


Caveats


Parameters

AmmoakAmmo

ProjectileakProjectile


Examples

Auto-Generated Example

Ammo myAmmo__akAmmo
Projectile myProjectile__akProjectile

_Q2C_Functions.SetProjectile(myAmmo__akAmmo, myProjectile__akProjectile)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.