CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraNorthRotation.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSExtraData.h
"
4
#include "
RE/E/ExtraDataTypes.h
"
5
6
namespace
RE
7
{
8
class
ExtraNorthRotation
:
public
BSExtraData
9
{
10
public
:
11
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraNorthRotation
;
12
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraNorthRotation
;
13
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kNorthRotation
;
14
15
ExtraNorthRotation
();
16
~ExtraNorthRotation
()
override
=
default
;
// 00
17
18
// override (BSExtraData)
19
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kNorthRotation; }
20
21
// members
22
float
northRot
;
// 10
23
std::uint32_t
pad14
;
// 14
24
};
25
static_assert
(
sizeof
(
ExtraNorthRotation
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraNorthRotation
Definition
ExtraNorthRotation.h:9
RE::ExtraNorthRotation::~ExtraNorthRotation
~ExtraNorthRotation() override=default
RE::ExtraNorthRotation::northRot
float northRot
Definition
ExtraNorthRotation.h:22
RE::ExtraNorthRotation::GetType
ExtraDataType GetType() const override
RE::ExtraNorthRotation::pad14
std::uint32_t pad14
Definition
ExtraNorthRotation.h:23
RE::ExtraNorthRotation::RTTI
static constexpr auto RTTI
Definition
ExtraNorthRotation.h:11
RE::ExtraNorthRotation::ExtraNorthRotation
ExtraNorthRotation()
RE::ExtraNorthRotation::VTABLE
static constexpr auto VTABLE
Definition
ExtraNorthRotation.h:12
RE::ExtraNorthRotation::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraNorthRotation.h:13
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraNorthRotation
constexpr REL::VariantID RTTI_ExtraNorthRotation(684706, 392373, 0x1ed8be0)
RE::VTABLE_ExtraNorthRotation
constexpr std::array< REL::VariantID, 1 > VTABLE_ExtraNorthRotation
Definition
Offsets_VTABLE.h:188
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kNorthRotation
@ kNorthRotation
CommonLibSSE-NG
include
RE
E
ExtraNorthRotation.h
Generated by
1.9.7