Background for Starfield
Member of the Weather script
Keyword[]functionGetClassification()Native

Description

Wiki Description

Gets this weather's classification, as specified in the editor.

Documentation Comment

Gets this weather's classification keywords


Caveats

CK Wiki - Notes

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


Examples

; See if the weather is cloudy
if SomeWeather.GetClassification() == 1
  DebugTrace("Some weather is cloudy")
endIf

Auto-Generated Example

Keyword[] returnedValue = myWeather__toCallFunctionOn.GetClassification()

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.