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)