Table of Contents

Class WeatherEvents

Namespace
Pillars.Weather.Events
Assembly
Pillars.dll
public sealed class WeatherEvents
Inheritance
WeatherEvents
Inherited Members

Methods

SeasonChange(SEASON)

Triggers the OnSeasonChange event with the specified season.

TimeChange(DateTime)

Triggers the OnTimeChange event with the specified date and time.

WeatherChange(WEATHER)

Triggers the OnWeatherChange event with the specified weather.

Events

OnSeasonChange

Occurs when a season change is sent by a player from the client.

OnTimeChange

Occurs when a time change is sent by a player from the client.

OnWeatherChange

Occurs when a weather change is sent by a player from the client.