Class WeatherSystem
Inheritance
System.Object
WeatherSystem
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
|
Improve this Doc
View Source
Run(EntityUid, WeatherData, WeatherPrototype, Single)
Declaration
protected override void Run(EntityUid uid, WeatherData weather, WeatherPrototype weatherProto, float frameTime)
Parameters
|
Improve this Doc
View Source
SetState(WeatherState, WeatherComponent, WeatherData, WeatherPrototype)
Declaration
protected override bool SetState(WeatherState state, WeatherComponent comp, WeatherData weather, WeatherPrototype weatherProto)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()