GetOutgoingWeather - Weather
Member of: Weather Script
Gets the weather which is currently transitioning out.
SyntaxEdit
Weather Function GetOutgoingWeather() native global
ParametersEdit
None.
Return ValueEdit
The Weather object which is currently transitioning out during a weather transition or none if no transition is occurring.
ExamplesEdit
; Obtains the weather that is leaving
Weather weatherLeaving = Weather.GetOutgoingWeather()