CommonLibSSE (powerof3)
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
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
b
c
d
g
h
i
m
n
p
r
s
u
v
Typedefs
_
a
b
c
d
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
Enumerator
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
~
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
d
g
i
k
p
r
t
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
n
r
s
t
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
BGSAttackDataForm.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BaseFormComponent.h
"
4
#include "
RE/N/NiSmartPointer.h
"
5
6
namespace
RE
7
{
8
class
BGSAttackDataMap;
9
10
class
BGSAttackDataForm
:
public
BaseFormComponent
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_BGSAttackDataForm
;
14
15
~BGSAttackDataForm
()
override
;
// 00
16
17
// override (BaseFormComponent)
18
void
InitializeDataComponent
()
override
;
// 01 - { return; }
19
void
ClearDataComponent
()
override
;
// 02
20
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
21
22
// members
23
NiPointer<BGSAttackDataMap>
attackDataMap
;
// 08
24
};
25
static_assert(
sizeof
(
BGSAttackDataForm
) == 0x10);
26
}
BaseFormComponent.h
NiSmartPointer.h
RE::BGSAttackDataForm
Definition:
BGSAttackDataForm.h:11
RE::BGSAttackDataForm::~BGSAttackDataForm
~BGSAttackDataForm() override
RE::BGSAttackDataForm::RTTI
static constexpr auto RTTI
Definition:
BGSAttackDataForm.h:13
RE::BGSAttackDataForm::InitializeDataComponent
void InitializeDataComponent() override
RE::BGSAttackDataForm::ClearDataComponent
void ClearDataComponent() override
RE::BGSAttackDataForm::CopyComponent
void CopyComponent(BaseFormComponent *a_rhs) override
RE::BGSAttackDataForm::attackDataMap
NiPointer< BGSAttackDataMap > attackDataMap
Definition:
BGSAttackDataForm.h:23
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::NiPointer
Definition:
NiSmartPointer.h:9
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_BGSAttackDataForm
constexpr REL::ID RTTI_BGSAttackDataForm
Definition:
Offsets_RTTI.h:1262
CommonLibSSE
include
RE
B
BGSAttackDataForm.h
Generated by
1.9.1