GetOutgoingWeather - Weather

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Weather Script

Gets the weather which is currently transitioning out.

Syntax[edit | edit source]

Weather Function GetOutgoingWeather() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Weather object which is currently transitioning out during a weather transition or none if no transition is occurring.

Examples[edit | edit source]

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

See Also[edit | edit source]