GetWaterColorRGB

From the Fallout3 GECK Wiki
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 a set of color values of a water form.

Syntax

[help]
(array) GetWaterColorRGB waterForm:ref  
  set:int

Example

let arMyArray := GetWaterColorRGB rWaterForm iSet

Water color sets

01 : shallow
02 : deep
03 : reflection

See Also