GetOutgoingWeather - Weather
Revision as of 14:09, 6 April 2011 by imported>Jlundin
Member of: Weather Script
Gets the weather which is currently transitioning out.
Syntax[edit | edit source]
Weather Function GetOutgoingWeather() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The Weather object which is currently transitioning out during a weather transition or none if no transition is occurring.
Examples[edit | edit source]
; Obtains the weather that is leaving
Weather weatherLeaving = Weather.GetOutgoingWeather()