Background for Skyrim SE
Member of the Weather script
WeatherfunctionGetOutgoingWeather()NativeGlobal

Description

Wiki Description

Gets the weather which is currently transitioning out.

Documentation Comment

Gets the sky's outgoing weather


Caveats


Examples

; Obtains the weather that is leaving
Weather weatherLeaving = Weather.GetOutgoingWeather()

Auto-Generated Example

Weather returnedValue = Weather.GetOutgoingWeather()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.