SetAmmoProjectile

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets an ammo type's projectile.

Syntax

[help]
(projectile:ref) SetAmmoProjectile ammo:ref newProjectile:ref

Example

SetAmmoProjectile Ammo12GaSlug 12GaBeanBagProjectile
SetAmmoProjectile Ammo12GaSlug	; (Sets the projectile to None)

See Also