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
ExtraGIDBuffer.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
ExtraGIDBuffer
:
public
BSExtraData
9
{
10
public
:
11
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraGIDBuffer
;
12
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kGIDBuffer
;
13
14
virtual
~ExtraGIDBuffer
();
// 00
15
16
// override (BSExtraData)
17
virtual
ExtraDataType
GetType
()
const override
;
// 01 - { return kGIDBuffer; }
18
19
// members
20
std::int8_t*
buffer
;
// 10
21
};
22
static_assert
(
sizeof
(
ExtraGIDBuffer
) == 0x18);
23
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::ExtraGIDBuffer
Definition:
ExtraGIDBuffer.h:9
RE::ExtraGIDBuffer::RTTI
static constexpr auto RTTI
Definition:
ExtraGIDBuffer.h:11
RE::ExtraGIDBuffer::~ExtraGIDBuffer
virtual ~ExtraGIDBuffer()
RE::ExtraGIDBuffer::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraGIDBuffer.h:12
RE::ExtraGIDBuffer::GetType
virtual ExtraDataType GetType() const override
RE::ExtraGIDBuffer::buffer
std::int8_t * buffer
Definition:
ExtraGIDBuffer.h:20
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraGIDBuffer
constexpr REL::ID RTTI_ExtraGIDBuffer
Definition:
Offsets_RTTI.h:4678
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kGIDBuffer
@ kGIDBuffer
CommonLibSSE
include
RE
E
ExtraGIDBuffer.h
Generated by
1.9.6