CommonLibSSE (Parapets fork)
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
EXTRADATATYPE
=
ExtraDataType::kNorthRotation
;
13
14
~ExtraNorthRotation
()
override
;
// 00
15
16
// override (BSExtraData)
17
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kNorthRotation; }
18
19
// members
20
float
northRot
;
// 10
21
std::uint32_t
pad14
;
// 14
22
};
23
static_assert
(
sizeof
(
ExtraNorthRotation
) == 0x18);
24
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraNorthRotation
Definition:
ExtraNorthRotation.h:9
RE::ExtraNorthRotation::northRot
float northRot
Definition:
ExtraNorthRotation.h:20
RE::ExtraNorthRotation::GetType
ExtraDataType GetType() const override
RE::ExtraNorthRotation::pad14
std::uint32_t pad14
Definition:
ExtraNorthRotation.h:21
RE::ExtraNorthRotation::~ExtraNorthRotation
~ExtraNorthRotation() override
RE::ExtraNorthRotation::RTTI
static constexpr auto RTTI
Definition:
ExtraNorthRotation.h:11
RE::ExtraNorthRotation::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraNorthRotation.h:12
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraNorthRotation
constexpr REL::ID RTTI_ExtraNorthRotation
Definition:
Offsets_RTTI.h:4719
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kNorthRotation
@ kNorthRotation
CommonLibSSE
include
RE
E
ExtraNorthRotation.h
Generated by
1.9.6