UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

22 lines (21 loc) 510 B
/** * Same list as Weather enum, but as hashes. */ export declare enum WeatherTypeHash { Unknown = -1, ExtraSunny = -1750463879, Clear = 916995460, Neutral = -1530260698, Smog = 282916021, Foggy = -1368164796, Clouds = 821931868, Overcast = -1148613331, Clearing = 1840358669, Raining = 1420204096, ThunderStorm = -1233681761, Blizzard = 669657108, Snowing = -273223690, Snowlight = 603685163, Christmas = -1429616491, Halloween = -921030142 }