Description
Wiki Description
Returns a value from 0.0 to 1.0 describing how far in the current weather has transitioned. If no transition is occurring, this function returns 1.0 and Weather.GetOutgoingWeather() returns none. If this function returns any other value, Weather.GetOutgoingWeather() returns the weather which is transitioning out and Weather.GetCurrentWeather() returns the weather which is transitioning in.
Documentation Comment
Gets the transition percentage of the current weather
Examples
No human-generated examples found for this function.
Auto-Generated Example
float returnedValue = Weather.GetCurrentWeatherTransition()