Enum WeatherType
The different kinds of weather possible in Daggerfall. Ordering of weather enums are very important. We order by descending pleasant-ness. That is, a snowy day is less pleasant than a sunny one. This makes weather transitions a simple math operation.
Namespace: DaggerfallWorkshop.Game.Weather
Assembly: Assembly-CSharp.dll
Syntax
public enum WeatherType
Fields
Name | Description |
---|---|
Cloudy | |
Fog | |
None | |
Overcast | |
Rain | |
Rain_Normal | |
Snow | |
Snow_Normal | |
Sunny | |
Thunder |