CommonLibSSE (Parapets fork)
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
TESForm;
8
9
class
TESValueForm
:
public
BaseFormComponent
10
{
11
public
:
12
inline
static
constexpr
auto
RTTI
=
RTTI_TESValueForm
;
13
14
~TESValueForm
()
override
;
// 00
15
16
// override (BaseFormComponent)
17
void
InitializeDataComponent
()
override
;
// 01
18
void
ClearDataComponent
()
override
;
// 02 - { return; }
19
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
20
21
[[nodiscard]]
static
std::int32_t
GetFormValue
(
const
TESForm
* a_form);
22
23
// members
24
std::int32_t
value
;
// 08
25
std::uint32_t
pad0C
;
// 0C
26
};
27
static_assert(
sizeof
(
TESValueForm
) == 0x10);
28
}
BaseFormComponent.h
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::TESForm
Definition:
TESForm.h:34
RE::TESValueForm
Definition:
TESValueForm.h:10
RE::TESValueForm::InitializeDataComponent
void InitializeDataComponent() override
RE::TESValueForm::ClearDataComponent
void ClearDataComponent() override
RE::TESValueForm::GetFormValue
static std::int32_t GetFormValue(const TESForm *a_form)
RE::TESValueForm::~TESValueForm
~TESValueForm() override
RE::TESValueForm::CopyComponent
void CopyComponent(BaseFormComponent *a_rhs) override
RE::TESValueForm::RTTI
static constexpr auto RTTI
Definition:
TESValueForm.h:12
RE::TESValueForm::pad0C
std::uint32_t pad0C
Definition:
TESValueForm.h:25
RE::TESValueForm::value
std::int32_t value
Definition:
TESValueForm.h:24
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_TESValueForm
constexpr REL::ID RTTI_TESValueForm
Definition:
Offsets_RTTI.h:6083
CommonLibSSE
include
RE
T
TESValueForm.h
Generated by
1.9.1