GetOutgoingWeather - Weather

Revision as of 15:09, 6 April 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()

See AlsoEdit