SetProjectileExplosion

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 the projectile's explosion.

Syntax

[help]
(explosion:ref) SetProjectileExplosion projectile:ref newExplosion:ref

Example

SetProjectileExplosion 40mmGrenadeProjectile MissileExplosion
SetProjectileExplosion 40mmGrenadeProjectile	; (Sets the explosion to None)

See Also