@nativewrappers/fivem
Version:
Native wrappers and utilities for use with FiveM.
22 lines (21 loc) • 383 B
TypeScript
/**
* List of weather types. Used for manipulating weather.
*/
export declare enum Weather {
Unknown = -1,
ExtraSunny = 0,
Clear = 1,
Clouds = 2,
Smog = 3,
Foggy = 4,
Overcast = 5,
Raining = 6,
ThunderStorm = 7,
Clearing = 8,
Neutral = 9,
Snowing = 10,
Blizzard = 11,
Snowlight = 12,
Christmas = 13,
Halloween = 14
}