Show / Hide Table of Contents

Class WeatherConfig

Configuration model for the WeatherPlugin.

Inheritance
System.Object
WeatherConfig
Namespace: Eco.Gameplay.Weather
Assembly: Eco.Gameplay.dll
Syntax
public sealed class WeatherConfig : Object

Constructors

WeatherConfig()

Declaration
public WeatherConfig()

Properties

MaxClearWeatherDuration

Declaration
public int MaxClearWeatherDuration { get; set; }
Property Value
Type Description
System.Int32

MaxWeatherSystemLifespan

Declaration
public int MaxWeatherSystemLifespan { get; set; }
Property Value
Type Description
System.Int32

MinClearWeatherDuration

Declaration
public int MinClearWeatherDuration { get; set; }
Property Value
Type Description
System.Int32

MinWeatherSystemLifespan

Declaration
public int MinWeatherSystemLifespan { get; set; }
Property Value
Type Description
System.Int32

WeatherWeights

Declaration
public List<WeightedWeather> WeatherWeights { get; set; }
Property Value
Type Description
System.Collections.Generic.List<WeightedWeather>

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾