CommonLibSSE (powerof3)
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
constexpr
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 constexpr auto EXTRADATATYPE
Definition:
ExtraNorthRotation.h:13
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraNorthRotation
constexpr REL::ID RTTI_ExtraNorthRotation(static_cast< std::uint64_t >(684706))
RE::VTABLE_ExtraNorthRotation
constexpr std::array< REL::ID, 1 > VTABLE_ExtraNorthRotation
Definition:
Offsets_VTABLE.h:11574
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kNorthRotation
@ kNorthRotation
CommonLibSSE
include
RE
E
ExtraNorthRotation.h
Generated by
1.9.1