Difference between revisions of "GetLightTraitNumeric"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the value of a Light's numeric trait (determined by <i>traitID</i>). |name = GetLightTraitNumeric |returnType = traitValue:floa...") |
imported>Jazzisparis |
||
Line 25: | Line 25: | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[SetLightTraitNumeric]] | |||
*[[GetLightFlag]] | |||
*[[SetLightFlag]] | |||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] |
Revision as of 11:01, 28 March 2015
< [[::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.