CommonLibSSE (Parapets fork)
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
x
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
b
c
d
g
h
i
k
m
n
p
r
s
u
v
x
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
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
c
d
e
k
o
p
t
v
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
x
Enumerator
a
b
d
g
h
i
k
l
n
p
r
s
t
w
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
h
n
r
s
t
Functions
Typedefs
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ExtraPortal.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/N/NiSmartPointer.h
"
6
7
namespace
RE
8
{
9
class
BSPortal;
10
11
class
ExtraPortal
:
public
BSExtraData
12
{
13
public
:
14
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraPortal
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kPortal
;
16
17
~ExtraPortal
()
override
;
// 00
18
19
// override (BSExtraData)
20
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kPortal; }
21
22
// members
23
NiPointer<BSPortal>
portal
;
// 10
24
};
25
static_assert(
sizeof
(
ExtraPortal
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
NiSmartPointer.h
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraPortal
Definition:
ExtraPortal.h:12
RE::ExtraPortal::GetType
ExtraDataType GetType() const override
RE::ExtraPortal::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraPortal.h:15
RE::ExtraPortal::portal
NiPointer< BSPortal > portal
Definition:
ExtraPortal.h:23
RE::ExtraPortal::RTTI
static constexpr auto RTTI
Definition:
ExtraPortal.h:14
RE::ExtraPortal::~ExtraPortal
~ExtraPortal() override
RE::NiPointer< BSPortal >
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraPortal
constexpr REL::ID RTTI_ExtraPortal
Definition:
Offsets_RTTI.h:4735
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kPortal
@ kPortal
CommonLibSSE
include
RE
E
ExtraPortal.h
Generated by
1.9.1