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