Gameplay::setOverrideWeather
Appears to have an optional bool parameter that is unused in the scripts.
If you pass true, something will be set to zero.
Syntax
```js mp.game.gameplay.setOverrideWeather(weatherType); ```
Required Arguments
- weatherType: String
Return value
- Undefined
Example
```js // todo ```