GetCurrentWeather - Weather

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