Could someone please let me know how to detect if the sky is cloudy, clear or raining?
So far the only thing I have found is:
http://www.creationkit.com/GetClassification_-_Weather
weather cWeather = Weather.GetCurrentWeather()
int wClass = cWeather.GetClassification()
Problem is that it only ever seems to return a "0" even when there is thick cloud in the sky.
Thanks
