Difference between revisions of "GetExplosionTraitNumeric"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
Line 31: Line 31:
*[[SetExplosionFlag]]
*[[SetExplosionFlag]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Explosion Functions (JIP)]]

Revision as of 14:08, 30 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns the value of an explosion's numeric trait (determined by traitID).

Syntax

[help]
(traitValue:float) GetExplosionTraitNumeric explosion:ref traitID:int{0-6}

Explosion Numeric Trait IDs

0	Force
1	Damage
2	Radius
3	IS Radius
4	RAD Level
5	RAD Dissipation Time
6	RAD Radius

Example

GetExplosionTraitNumeric 40mmGrenadeExplosion 2

Will return the Radius of 40mmGrenadeExplosion.

See Also