CommonLibSSE NG
Loading...
Searching...
No Matches
Stars.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/S/SkyObject.h"
5
6namespace RE
7{
8 class NiNode;
9
10 class Stars : public SkyObject
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_Stars;
14 inline static constexpr auto VTABLE = VTABLE_Stars;
15
16 ~Stars() override; // 00
17
18 // override (SkyObject)
19 void Init(NiNode* a_root) override; // 02
20 void Update(Sky* a_sky, float a_arg2) override; // 03
21
22 // members
24 float alpha; // 18
25 std::uint32_t pad1C; // 1C
26 };
27 static_assert(sizeof(Stars) == 0x20);
28}
Definition NiNode.h:12
Definition NiSmartPointer.h:9
Definition Sky.h:31
Definition SkyObject.h:11
Definition Stars.h:11
float alpha
Definition Stars.h:24
NiPointer< NiNode > stars
Definition Stars.h:23
void Init(NiNode *a_root) override
std::uint32_t pad1C
Definition Stars.h:25
static constexpr auto RTTI
Definition Stars.h:13
void Update(Sky *a_sky, float a_arg2) override
~Stars() override
static constexpr auto VTABLE
Definition Stars.h:14
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_Stars
Definition Offsets_VTABLE.h:1027
constexpr REL::VariantID RTTI_Stars(685539, 393324, 0x1ee7648)