SetActive - Weather

From Creation Kit
Revision as of 2011-10-26T16:36:42 by Jlundin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Member of: Weather Script

Sets the active weather on the sky to be this weather. Weather will transition in normally, according to its data. To force the weather to become fully transitioned immediately, use ForceActive instead.

Contents

Syntax

Function SetActive(bool abOverride = false, bool abAccelerate = false) native

Parameters

  • abOverride: If true, this weather remains active until released using ReleaseOverride.
    • Default: False
  • abAccelerate: If true, accelerate any existing transition when the call is made by a factor determined by game setting value fWeatherTransAccel.
    • Default: False

Return Value

None

Examples

; Set the cool weather as active
CoolWeather.SetActive()


; Set the bad weather as active, overriding until released
BadWeather.SetActive(true)

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming