Show / Hide Table of Contents

Class WeatherClimate

All the weather odds for a season

Inheritance
Object
WeatherClimate
Namespace: DaggerfallWorkshop.Game.Weather
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class WeatherClimate

Fields

| Improve this Doc View Source

Fall

Declaration
public WeatherClimateSeason Fall
Field Value
Type Description
WeatherClimateSeason
| Improve this Doc View Source

Spring

Declaration
public WeatherClimateSeason Spring
Field Value
Type Description
WeatherClimateSeason
| Improve this Doc View Source

Summer

Declaration
public WeatherClimateSeason Summer
Field Value
Type Description
WeatherClimateSeason
| Improve this Doc View Source

Winter

Declaration
public WeatherClimateSeason Winter
Field Value
Type Description
WeatherClimateSeason

Methods

| Improve this Doc View Source

GetWeather(DaggerfallDateTime.Seasons)

Declaration
public WeatherType GetWeather(DaggerfallDateTime.Seasons season)
Parameters
Type Name Description
DaggerfallDateTime.Seasons season
Returns
Type Description
WeatherType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX