CommonLibSSE NG
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
d
g
k
s
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
b
d
f
g
h
i
k
m
n
p
r
t
v
w
Related Functions
b
c
g
h
i
m
n
o
s
Files
File List
File Members
All
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
Functions
Macros
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ExtraRefractionProperty.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
ExtraRefractionProperty
:
public
BSExtraData
9
{
10
public
:
11
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraRefractionProperty
;
12
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kRefractionProperty
;
13
14
~ExtraRefractionProperty
()
override
;
// 00
15
16
// override (BSExtraData)
17
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kRefractionProperty; }
18
19
// members
20
float
refractionPower
;
// 10
21
std::uint32_t
unk14
;
// 14
22
};
23
static_assert
(
sizeof
(
ExtraRefractionProperty
) == 0x18);
24
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraRefractionProperty
Definition
ExtraRefractionProperty.h:9
RE::ExtraRefractionProperty::GetType
ExtraDataType GetType() const override
RE::ExtraRefractionProperty::refractionPower
float refractionPower
Definition
ExtraRefractionProperty.h:20
RE::ExtraRefractionProperty::unk14
std::uint32_t unk14
Definition
ExtraRefractionProperty.h:21
RE::ExtraRefractionProperty::RTTI
static constexpr auto RTTI
Definition
ExtraRefractionProperty.h:11
RE::ExtraRefractionProperty::~ExtraRefractionProperty
~ExtraRefractionProperty() override
RE::ExtraRefractionProperty::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraRefractionProperty.h:12
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraRefractionProperty
constexpr REL::VariantID RTTI_ExtraRefractionProperty(684672, 392339, 0x1ed85e8)
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kRefractionProperty
@ kRefractionProperty
CommonLibSSE-NG
include
RE
E
ExtraRefractionProperty.h
Generated by
1.9.7