GetExplosionTraitNumeric
Revision as of 14:08, 30 March 2015 by imported>Jazzisparis
< [[::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
(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.