CommonLibVR
Toggle main menu visibility
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
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
u
v
x
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
s
t
v
w
Related Symbols
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
k
n
r
s
t
Functions
Macros
b
g
k
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ExtraMagicCaster.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
#include "
RE/M/MagicCaster.h
"
6
7
namespace
RE
8
{
9
class
ExtraMagicCaster
:
10
public
BSExtraData
,
// 00
11
public
MagicCaster
// 10
12
{
13
public
:
14
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraMagicCaster
;
15
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraMagicCaster
;
16
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kMagicCaster
;
17
18
~ExtraMagicCaster
()
override
;
// 00
19
20
// override (BSExtraData)
21
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kMagicCaster; }
22
private
:
23
KEEP_FOR_RE
()
24
};
9
class
ExtraMagicCaster
: {
…
};
25
static_assert
(
sizeof
(
ExtraMagicCaster
) == 0x58);
26
}
BSExtraData.h
ExtraDataTypes.h
MagicCaster.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition
PCH.h:518
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraMagicCaster
Definition
ExtraMagicCaster.h:12
RE::ExtraMagicCaster::~ExtraMagicCaster
~ExtraMagicCaster() override
RE::ExtraMagicCaster::VTABLE
static constexpr auto VTABLE
Definition
ExtraMagicCaster.h:15
RE::ExtraMagicCaster::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition
ExtraMagicCaster.h:16
RE::ExtraMagicCaster::RTTI
static constexpr auto RTTI
Definition
ExtraMagicCaster.h:14
RE::ExtraMagicCaster::GetType
ExtraDataType GetType() const override
RE::MagicCaster
Definition
MagicCaster.h:25
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraMagicCaster
constexpr REL::ID RTTI_ExtraMagicCaster(static_cast< std::uint64_t >(686539))
RE::VTABLE_ExtraMagicCaster
constexpr std::array< REL::ID, 2 > VTABLE_ExtraMagicCaster
Definition
Offsets_VTABLE.h:11565
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kMagicCaster
@ kMagicCaster
CommonLibVR
include
RE
E
ExtraMagicCaster.h
Generated by
1.9.8