GetCurrentWeather - Weather
From Creation Kit
Member of: Weather Script
Gets the current weather.
Contents |
Syntax
Weather Function GetCurrentWeather() native global
Parameters
None.
Return Value
A Weather object which is the current weather used by the sky system.
Examples
; Obtain the current weather Weather currentWeather = Weather.GetCurrentWeather()

