Click or drag to resize

WeatherManagerGetWeatherEventAt Method

Get the WeatherEvent at a given location Shortcut for WeatherEventFromWeatherType(GetWeather(queryLocation))

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public WeatherEvent GetWeatherEventAt(
	Vector2 queryLocation
)

Parameters

queryLocation
Type: Vector2
The location for which to get the WeatherEvent

Return Value

Type: WeatherEvent
The weather event
See Also