Difference between revisions of "GetProjectileExplosion"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the projectile's explosion (if any). |name = GetProjectileExplosion |returnType = explosion:ref |arguments = {{FunctionArgu...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
*[[SetProjectileExplosion]]
*[[GetProjectileTraitNumeric]]
*[[SetProjectileTraitNumeric]]
*[[GetProjectileFlag]]
*[[SetProjectileFlag]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Projectile Functions (JIP)]]

Latest revision as of 14:37, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the projectile's explosion (if any).

Syntax

[help]
(explosion:ref) GetProjectileExplosion projectile:ref

Example

GetProjectileExplosion 40mmGrenadeProjectile

See Also