CommonLibSSE (powerof3)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
b
c
d
g
h
i
m
n
p
r
s
u
v
Typedefs
_
a
b
c
d
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
Enumerator
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
~
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
d
g
i
k
p
r
t
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
n
r
s
t
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ExtraLocationRefType.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
BGSLocationRefType;
9
10
class
ExtraLocationRefType
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraLocationRefType
;
14
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kLocationRefType
;
15
16
virtual
~ExtraLocationRefType
();
// 00
17
18
// override (BSExtraData)
19
virtual
ExtraDataType
GetType
()
const override
;
// 01 - { return kLocationRefType; }
20
virtual
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return locRefType != a_rhs->locRefType; }
21
22
// members
23
BGSLocationRefType
*
locRefType
;
// 10
24
};
25
static_assert(
sizeof
(
ExtraLocationRefType
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
RE::BGSLocationRefType
Definition:
BGSLocationRefType.h:9
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraLocationRefType
Definition:
ExtraLocationRefType.h:11
RE::ExtraLocationRefType::GetType
virtual ExtraDataType GetType() const override
RE::ExtraLocationRefType::RTTI
static constexpr auto RTTI
Definition:
ExtraLocationRefType.h:13
RE::ExtraLocationRefType::locRefType
BGSLocationRefType * locRefType
Definition:
ExtraLocationRefType.h:23
RE::ExtraLocationRefType::~ExtraLocationRefType
virtual ~ExtraLocationRefType()
RE::ExtraLocationRefType::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraLocationRefType.h:14
RE::ExtraLocationRefType::IsNotEqual
virtual bool IsNotEqual(const BSExtraData *a_rhs) const override
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraLocationRefType
constexpr REL::ID RTTI_ExtraLocationRefType
Definition:
Offsets_RTTI.h:4707
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kLocationRefType
@ kLocationRefType
CommonLibSSE
include
RE
E
ExtraLocationRefType.h
Generated by
1.9.1