CommonLibSSE (Parapets fork)
WeatherType.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class TESGlobal;
6  class TESWeather;
7 
8  struct WeatherType
9  {
10  public:
11  // members
13  std::uint32_t chance; // 08
14  std::uint32_t unk0C; // 0C
15  TESGlobal* global; // 10
16  };
17  static_assert(sizeof(WeatherType) == 0x18);
18 }
Definition: TESGlobal.h:10
Definition: TESWeather.h:17
Definition: AbsorbEffect.h:6
Definition: WeatherType.h:9
TESWeather * weather
Definition: WeatherType.h:12
TESGlobal * global
Definition: WeatherType.h:15
std::uint32_t chance
Definition: WeatherType.h:13
std::uint32_t unk0C
Definition: WeatherType.h:14