Gameplay::setWeatherTypeOverTime
Syntax
mp.game.gameplay.setWeatherTypeOverTime(weatherType, time);
Required Arguments
- weatherType: String
- time: float
Return value
- Undefined
Example
// todo
mp.game.gameplay.setWeatherTypeOverTime(weatherType, time);
// todo