@nativewrappers/fivem
Version:
Native wrappers and utilities for use with FiveM.
23 lines (22 loc) • 915 B
JavaScript
var Weather = /* @__PURE__ */ ((Weather2) => {
Weather2[Weather2["Unknown"] = -1] = "Unknown";
Weather2[Weather2["ExtraSunny"] = 0] = "ExtraSunny";
Weather2[Weather2["Clear"] = 1] = "Clear";
Weather2[Weather2["Clouds"] = 2] = "Clouds";
Weather2[Weather2["Smog"] = 3] = "Smog";
Weather2[Weather2["Foggy"] = 4] = "Foggy";
Weather2[Weather2["Overcast"] = 5] = "Overcast";
Weather2[Weather2["Raining"] = 6] = "Raining";
Weather2[Weather2["ThunderStorm"] = 7] = "ThunderStorm";
Weather2[Weather2["Clearing"] = 8] = "Clearing";
Weather2[Weather2["Neutral"] = 9] = "Neutral";
Weather2[Weather2["Snowing"] = 10] = "Snowing";
Weather2[Weather2["Blizzard"] = 11] = "Blizzard";
Weather2[Weather2["Snowlight"] = 12] = "Snowlight";
Weather2[Weather2["Christmas"] = 13] = "Christmas";
Weather2[Weather2["Halloween"] = 14] = "Halloween";
return Weather2;
})(Weather || {});
export {
Weather
};