GetWeatherRGBColor

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

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

Syntax

[help]
(color:int) GetWeatherRGBColor weather:ref typeID:int{0-9} timeID:int{0-5} 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

GetWeatherRGBColor NVHooverDamWeather 3 4

Will return the Ambient color, at High Noon, of NVHooverDamWeather.

See Also