SetWeatherRGBColor

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the weather's RGB color of the specified typeID, at the specified timeID.

Syntax

[help]
(color:int) SetWeatherRGBColor weather:ref typeID:int{0-9} timeID:int{0-5} newColor:int cloudLayer:int{0-3}

Weather Type IDs

0	Sky-Upper
1	Fog
2	Clouds-Lower
3	Ambient
4	Sunlight
5	Sun
6	Stars
7	Sky-Lower
8	Horizon
9	Clouds-Upper

Weather Time IDs

0	Sunrise
1	Day
2	Sunset
3	Night
4	High Noon
5	Midnight

Example

SetWeatherRGBColor NVHooverDamWeather 3 4 128032224

Will set the Ambient color, at High Noon, of NVHooverDamWeather, to R:128, G:32, B:224.

See Also