- Found in:
- Vanilla
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")
endIfAuto-Generated Example
Keyword[] returnedValue = myWeather__toCallFunctionOn.GetClassification()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
