CommonLibSSE NG
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
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
z
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
t
v
w
Related Functions
b
c
g
h
i
m
n
o
s
Files
File List
File Members
All
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
Functions
Macros
a
b
c
e
f
g
h
i
m
n
p
r
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ExtraCellImageSpace.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
TESImageSpace;
9
10
class
ExtraCellImageSpace
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraCellImageSpace
;
14
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kCellImageSpace
;
15
16
~ExtraCellImageSpace
()
override
;
// 00
17
18
// override (BSExtraData)
19
ExtraDataType
GetType
()
const override
;
// 01 - { return kCellImageSpace; }
20
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return imageSpace != a_rhs->imageSpace; }
21
22
// members
23
TESImageSpace
*
imageSpace
;
// 10
24
};
25
static_assert(
sizeof
(
ExtraCellImageSpace
) == 0x18);
26
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraCellImageSpace
Definition:
ExtraCellImageSpace.h:11
RE::ExtraCellImageSpace::~ExtraCellImageSpace
~ExtraCellImageSpace() override
RE::ExtraCellImageSpace::RTTI
static constexpr auto RTTI
Definition:
ExtraCellImageSpace.h:13
RE::ExtraCellImageSpace::EXTRADATATYPE
static auto EXTRADATATYPE
Definition:
ExtraCellImageSpace.h:14
RE::ExtraCellImageSpace::IsNotEqual
bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraCellImageSpace::imageSpace
TESImageSpace * imageSpace
Definition:
ExtraCellImageSpace.h:23
RE::ExtraCellImageSpace::GetType
ExtraDataType GetType() const override
RE::TESImageSpace
Definition:
TESImageSpace.h:10
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraCellImageSpace
constexpr REL::VariantID RTTI_ExtraCellImageSpace(684705, 392372, 0x1ed8bb0)
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kCellImageSpace
@ kCellImageSpace
CommonLibSSE-NG
include
RE
E
ExtraCellImageSpace.h
Generated by
1.9.1