GetLightTraitNumeric

Revision as of 15:18, 30 March 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

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.

See Also