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
Loading...
Searching...
No Matches
ExtraRoom.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
BSMultiBoundRoom;
10
11
class
ExtraRoom
:
public
BSExtraData
12
{
13
public
:
14
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraRoom
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kRoom
;
16
17
~ExtraRoom
()
override
;
// 00
18
19
// override (BSExtraData)
20
[[nodiscard]]
ExtraDataType
GetType
()
const override
;
// 01 - { return kRoom; }
21
22
// members
23
NiPointer<BSMultiBoundRoom>
room
;
// 10
24
};
25
static_assert
(
sizeof
(
ExtraRoom
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
NiSmartPointer.h
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraRoom
Definition:
ExtraRoom.h:12
RE::ExtraRoom::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraRoom.h:15
RE::ExtraRoom::RTTI
static constexpr auto RTTI
Definition:
ExtraRoom.h:14
RE::ExtraRoom::GetType
ExtraDataType GetType() const override
RE::ExtraRoom::room
NiPointer< BSMultiBoundRoom > room
Definition:
ExtraRoom.h:23
RE::ExtraRoom::~ExtraRoom
~ExtraRoom() override
RE::NiPointer
Definition:
NiSmartPointer.h:9
RE
Definition:
AbsorbEffect.h:6
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kRoom
@ kRoom
RE::RTTI_ExtraRoom
constexpr REL::ID RTTI_ExtraRoom
Definition:
Offsets_RTTI.h:4753
CommonLibSSE
include
RE
E
ExtraRoom.h
Generated by
1.9.6