GetLightTraitNumeric
From GECK
A function added by the JIP NVSE Plugin.
Description
Returns the value of a Light's numeric trait (determined by traitID).
Syntax
(traitValue:float) GetLightTraitNumeric light:ref traitID:int{0-6}
Light Numeric Trait IDs
0 Radius 1 Red 2 Green 3 Blue 4 Falloff Exponent 5 FOV 6 Fade
Example
GetLightTraitNumeric BasementLightFillWarm 0
Will return the Radius of BasementLightFillWarm.