GetCurrentWeather - Weather
Revision as of 14:05, 6 April 2011 by imported>Jlundin
Member of: Weather Script
Gets the current weather.
Syntax[edit | edit source]
Weather Function GetCurrentWeather() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
A Weather object which is the current weather used by the sky system.
Examples[edit | edit source]
; Obtain the current weather
Weather currentWeather = Weather.GetCurrentWeather()