GetExplosionTraitNumeric
Revision as of 21:20, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the value of an explosion's numeric trait (determined by <i>traitID</i>). |name = GetExplosionTraitNumeric |returnType = traitV...")
< [[::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.