GetCurrentWeather - Weather

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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()

See Also[edit | edit source]

Weather Script