a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Client / World / transitionToWeather
transitionToWeather(
weather
,duration
):void
Transitions the current weather to the specified weather type over a given duration.
• weather: WeatherEnum
The target weather type to transition to.
• duration: number
The amount of time, in seconds, over which the weather transition should occur.
void