CommonLibSSE NG
Atmosphere.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 #include "RE/S/SkyObject.h"
5 
6 namespace RE
7 {
8  class BSFogProperty;
9  class BSTriShape;
10  class NiNode;
11 
12  class Atmosphere : public SkyObject
13  {
14  public:
15  inline static constexpr auto RTTI = RTTI_Atmosphere;
16  inline static constexpr auto VTABLE = VTABLE_Atmosphere;
17 
18  ~Atmosphere() override; // 00
19 
20  // override (SkyObject)
21  void Update(Sky* a_sky, float a_arg2) override; // 03
22 
23  // add
24  virtual void Unk_04(void); // 04
25 
26  // members
31  bool updateFogDistance; // 30
32  std::uint8_t pad31; // 31
33  std::uint16_t pad32; // 31
34  std::uint32_t pad34; // 34
35  };
36  static_assert(sizeof(Atmosphere) == 0x38);
37 }
Definition: Atmosphere.h:13
NiPointer< BSTriShape > atmosphere
Definition: Atmosphere.h:27
std::uint8_t pad31
Definition: Atmosphere.h:32
static constexpr auto RTTI
Definition: Atmosphere.h:15
~Atmosphere() override
void Update(Sky *a_sky, float a_arg2) override
NiPointer< BSTriShape > skyQuad
Definition: Atmosphere.h:30
std::uint32_t pad34
Definition: Atmosphere.h:34
NiPointer< NiNode > skyQuadNode
Definition: Atmosphere.h:29
virtual void Unk_04(void)
std::uint16_t pad32
Definition: Atmosphere.h:33
static constexpr auto VTABLE
Definition: Atmosphere.h:16
NiPointer< BSFogProperty > fog
Definition: Atmosphere.h:28
bool updateFogDistance
Definition: Atmosphere.h:31
Definition: NiSmartPointer.h:9
Definition: SkyObject.h:11
Definition: Sky.h:31
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_Atmosphere(685526, 393311, 0x1ee7428)
constexpr std::array< REL::VariantID, 1 > VTABLE_Atmosphere
Definition: Offsets_VTABLE.h:1016