Background for Skyrim SE
Member of the Weather script
voidfunctionForceActive(boolabOverride=false)Native

Description

Wiki Description

Forces the active weather on the sky to be this weather. Weather will become fully transitioned immediately. To have the weather transition in normally, use Weather.SetActive(...) instead.

Documentation Comment

Forces the active weather on the sky to be this weather.


Caveats


Parameters

boolabOverride=false

CK Wiki Description

If true, this weather remain active until released using Weather.ReleaseOverride().

  • Default:False

Examples

; Force the good weather to be active
GoodWeather.ForceActive()
; Force the windy weather to be active until released
WindyWeather.ForceActive(true)

Auto-Generated Example

bool myBool__abOverride

myWeather__toCallFunctionOn.ForceActive(myBool__abOverride)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.