Background for Fallout 4
Member of the Weather script
floatfunctionGetCurrentWeatherTransition()NativeGlobal

[DEV SERVER] Loading description...


Caveats


Examples

float curTransition = Weather.GetCurrentWeatherTransition()
if (curTransition == 1.0)
  Debug.Trace("Weather is not transitioning!")
else
  Debug.Trace("Weather is transitioning and is " + (curTransition * 100) + "% done")
endIf

Auto-Generated Example

float returnedValue = Weather.GetCurrentWeatherTransition()

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.