Background for Starfield
Member of the Weather script
WeatherfunctionFindWeather(KeywordaKeyword)NativeGlobal

Description

Wiki Description

Finds a weather of the given type for the currently occupied region (if applicable) or climate.

Documentation Comment

Finds a weather from the current region/climate whose classification matches the given one.


Caveats

CK Wiki - Notes

The weather settings which correspond to the type can be found on the Precipitation tab in the Weather Dialog in the Creation Kit (under "Weather Classification").


Parameters

  1. KeywordaKeyword


Examples

;Finds a cloudy weather
Weather cloudy = Weather.FindWeather(1)

Auto-Generated Example

Keyword myKeyword__aKeyword

Weather returnedValue = Weather.FindWeather(myKeyword__aKeyword)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.