CommonLibSSE (powerof3)
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
n
r
s
t
Functions
Macros
b
g
n
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
VTABLE
=
VTABLE_ExtraPortal
;
16
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kPortal
;
17
18
~ExtraPortal
()
override
;
// 00
19
20
// override (BSExtraData)
21
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kPortal; }
22
23
// members
24
NiPointer<BSPortal>
portal
;
// 10
25
};
11
class
ExtraPortal
:
public
BSExtraData
{
…
};
26
static_assert
(
sizeof
(
ExtraPortal
) == 0x18);
27
}
BSExtraData.h
ExtraDataTypes.h
NiSmartPointer.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraPortal
Definition
ExtraPortal.h:12
RE::ExtraPortal::VTABLE
static constexpr auto VTABLE
Definition
ExtraPortal.h:15
RE::ExtraPortal::GetType
ExtraDataType GetType() const override
RE::ExtraPortal::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition
ExtraPortal.h:16
RE::ExtraPortal::portal
NiPointer< BSPortal > portal
Definition
ExtraPortal.h:24
RE::ExtraPortal::RTTI
static constexpr auto RTTI
Definition
ExtraPortal.h:14
RE::ExtraPortal::~ExtraPortal
~ExtraPortal() override
RE::NiPointer
Definition
NiSmartPointer.h:9
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraPortal
constexpr REL::ID RTTI_ExtraPortal(static_cast< std::uint64_t >(684788))
RE::VTABLE_ExtraPortal
constexpr std::array< REL::ID, 1 > VTABLE_ExtraPortal
Definition
Offsets_VTABLE.h:11590
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kPortal
@ kPortal
CommonLibSSE
include
RE
E
ExtraPortal.h
Generated by
1.9.8