Description
Wiki Description
Gets the weather which is currently transitioning out.
Documentation Comment
Gets the sky's outgoing weather
Caveats
Examples
; Obtains the weather that is leaving
Weather weatherLeaving = Weather.GetOutgoingWeather()Auto-Generated Example
Weather returnedValue = Weather.GetOutgoingWeather()