GetLightRGB

From the Fallout3 GECK Wiki
Revision as of 18:16, 3 January 2017 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Returns a stringmap with keys 'r', 'g', and 'b' containing the color values of a light form. |name = GetLightRGB |returnType = array |r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns a stringmap with keys 'r', 'g', and 'b' containing the color values of a light form.

Syntax

[help]
(array) [lightRef].GetLightRGB light:form

See Also