CommonLibSSE (powerof3)
BaseFormComponent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/M/MemoryManager.h
"
4
5
namespace
RE
6
{
7
class
BaseFormComponent
8
{
9
public
:
10
inline
static
constexpr
auto
RTTI
=
RTTI_BaseFormComponent
;
11
inline
static
constexpr
auto
VTABLE
=
VTABLE_BaseFormComponent
;
12
13
virtual
~BaseFormComponent
();
// 00
14
15
// add
16
virtual
void
InitializeDataComponent
() = 0;
// 01
17
virtual
void
ClearDataComponent
() = 0;
// 02
18
virtual
void
CopyComponent
(
BaseFormComponent
* a_rhs);
// 03 - { return; }
19
20
TES_HEAP_REDEFINE_NEW
();
21
};
22
static_assert(
sizeof
(
BaseFormComponent
) == 0x8);
23
}
MemoryManager.h
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::BaseFormComponent::InitializeDataComponent
virtual void InitializeDataComponent()=0
RE::BaseFormComponent::TES_HEAP_REDEFINE_NEW
TES_HEAP_REDEFINE_NEW()
RE::BaseFormComponent::~BaseFormComponent
virtual ~BaseFormComponent()
RE::BaseFormComponent::RTTI
static constexpr auto RTTI
Definition:
BaseFormComponent.h:10
RE::BaseFormComponent::VTABLE
static constexpr auto VTABLE
Definition:
BaseFormComponent.h:11
RE::BaseFormComponent::ClearDataComponent
virtual void ClearDataComponent()=0
RE::BaseFormComponent::CopyComponent
virtual void CopyComponent(BaseFormComponent *a_rhs)
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_BaseFormComponent
constexpr REL::ID RTTI_BaseFormComponent(static_cast< std::uint64_t >(513847))
RE::VTABLE_BaseFormComponent
constexpr std::array< REL::ID, 1 > VTABLE_BaseFormComponent
Definition:
Offsets_VTABLE.h:10604
CommonLibSSE
include
RE
B
BaseFormComponent.h
Generated by
1.9.1