Class WeatherTable
The complete weather table for all climates and seasons
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class WeatherTable
Fields
|
Improve this Doc
View Source
Desert
Declaration
public WeatherClimate Desert
Field Value
|
Improve this Doc
View Source
Jungle
Declaration
public WeatherClimate Jungle
Field Value
|
Improve this Doc
View Source
Mountains
Declaration
public WeatherClimate Mountains
Field Value
|
Improve this Doc
View Source
Subtropical
Declaration
public WeatherClimate Subtropical
Field Value
|
Improve this Doc
View Source
Swamp
Declaration
public WeatherClimate Swamp
Field Value
|
Improve this Doc
View Source
Woodlands
Declaration
public WeatherClimate Woodlands
Field Value
Methods
|
Improve this Doc
View Source
GetWeather(Int32, DaggerfallDateTime.Seasons)
Computes the next weather based on the chances for the given climate and season.
Declaration
public WeatherType GetWeather(int climate, DaggerfallDateTime.Seasons season)
Parameters
Returns
|
Improve this Doc
View Source
ParseJsonTable()
Parses the weather JSON table.
Declaration
public static WeatherTable ParseJsonTable()
Returns