CommonLibVR
TESValueForm.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BaseFormComponent.h
"
4
5
namespace
RE
6
{
7
class
TESValueForm
:
public
BaseFormComponent
8
{
9
public
:
10
inline
static
constexpr
auto
RTTI
=
RTTI_TESValueForm
;
11
inline
static
constexpr
auto
VTABLE
=
VTABLE_TESValueForm
;
12
13
~TESValueForm
()
override
;
// 00
14
15
// override (BaseFormComponent)
16
void
InitializeDataComponent
()
override
;
// 01
17
void
ClearDataComponent
()
override
;
// 02 - { return; }
18
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
19
20
// members
21
std::int32_t
value
;
// 08
22
std::uint32_t
pad0C
;
// 0C
23
private
:
24
KEEP_FOR_RE
()
25
};
26
static_assert(
sizeof
(
TESValueForm
) == 0x10);
27
}
BaseFormComponent.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::TESValueForm
Definition:
TESValueForm.h:8
RE::TESValueForm::InitializeDataComponent
void InitializeDataComponent() override
RE::TESValueForm::ClearDataComponent
void ClearDataComponent() override
RE::TESValueForm::VTABLE
static constexpr auto VTABLE
Definition:
TESValueForm.h:11
RE::TESValueForm::~TESValueForm
~TESValueForm() override
RE::TESValueForm::CopyComponent
void CopyComponent(BaseFormComponent *a_rhs) override
RE::TESValueForm::RTTI
static constexpr auto RTTI
Definition:
TESValueForm.h:10
RE::TESValueForm::pad0C
std::uint32_t pad0C
Definition:
TESValueForm.h:22
RE::TESValueForm::value
std::int32_t value
Definition:
TESValueForm.h:21
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_TESValueForm
constexpr REL::ID RTTI_TESValueForm(static_cast< std::uint64_t >(513880))
RE::VTABLE_TESValueForm
constexpr std::array< REL::ID, 1 > VTABLE_TESValueForm
Definition:
Offsets_VTABLE.h:12911
CommonLibVR
include
RE
T
TESValueForm.h
Generated by
1.9.1