Table of Contents

Class WeatherActor

Namespace
Pillars.Weather.Actors
Assembly
Pillars.dll
public sealed class WeatherActor : PiActor<BpHogWarpWeather>
Inheritance
WeatherActor
Inherited Members

Constructors

WeatherActor(ILogger, WeatherEvents)

Methods

SeasonChanged(int)

Triggers the SeasonChange event with the provided season value

SetPlayerSeason(PiPlayer, SEASON)

Updates the season for a specific player in the game world.

SetPlayerTime(PiPlayer, DateTime)

Updates the in-game time for a specific player.

SetPlayerWeather(PiPlayer, WEATHER)

Updates the weather for a specific player in the game world.

TimeChanged(int, int, int)

Triggers the TimeChange event with the provided hour, minute, and second values.

WeatherChanged(string)

Triggers the WeatherChange event with the provided weather value