World::weather
Jump to navigation
Jump to search
This property gets/sets game weather.
Getter
- String - Weather ID
Setter
- String - Weather ID
Example
var weather = mp.world.weather; // GETTER
mp.world.weather = 'CLEAR'; // SETTER