GetCurrentWeather - Weather

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

Member of: Weather Script

Gets the current weather.

SyntaxEdit

Weather Function GetCurrentWeather() native global

ParametersEdit

None.

Return ValueEdit

A Weather object which is the current weather used by the sky system.

ExamplesEdit

; Obtain the current weather
Weather currentWeather = Weather.GetCurrentWeather()

See AlsoEdit

Weather Script