GetCurrentWeather - Weather
Revision as of 14:05, 6 April 2011 by imported>Jlundin
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()