Show / Hide Table of Contents

Class WeatherSystem

Inheritance
System.Object
SharedWeatherSystem
WeatherSystem
Namespace: Content.Client.Weather
Assembly: Content.Client.dll
Syntax
public sealed class WeatherSystem : SharedWeatherSystem

Methods

| Improve this Doc View Source

EndWeather(EntityUid, WeatherComponent, String)

Declaration
protected override void EndWeather(EntityUid uid, WeatherComponent component, string proto)
Parameters
Type Name Description
EntityUid uid
WeatherComponent component
System.String proto
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedWeatherSystem.Initialize()
| Improve this Doc View Source

Run(EntityUid, WeatherData, WeatherPrototype, Single)

Declaration
protected override void Run(EntityUid uid, WeatherData weather, WeatherPrototype weatherProto, float frameTime)
Parameters
Type Name Description
EntityUid uid
WeatherData weather
WeatherPrototype weatherProto
System.Single frameTime
| Improve this Doc View Source

SetState(WeatherState, WeatherComponent, WeatherData, WeatherPrototype)

Declaration
protected override bool SetState(WeatherState state, WeatherComponent comp, WeatherData weather, WeatherPrototype weatherProto)
Parameters
Type Name Description
WeatherState state
WeatherComponent comp
WeatherData weather
WeatherPrototype weatherProto
Returns
Type Description
System.Boolean
Overrides
SharedWeatherSystem.SetState(WeatherState, WeatherComponent, WeatherData, WeatherPrototype)
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾