CommonLibVR
TESWeightForm.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
TESWeightForm
:
public
BaseFormComponent
8
{
9
public
:
10
inline
static
constexpr
auto
RTTI
=
RTTI_TESWeightForm
;
11
inline
static
constexpr
auto
VTABLE
=
VTABLE_TESWeightForm
;
12
13
~TESWeightForm
()
override
;
// 00
14
15
// override (BaseFormComponent)
16
void
InitializeDataComponent
()
override
;
// 01 - { weight = 0.0; }
17
void
ClearDataComponent
()
override
;
// 02 - { return; }
18
void
CopyComponent
(
BaseFormComponent
* a_rhs)
override
;
// 03
19
20
// members
21
float
weight
;
// 08
22
std::uint32_t
pad0C
;
// 0C
23
private
:
24
KEEP_FOR_RE
()
25
};
26
static_assert(
sizeof
(
TESWeightForm
) == 0x10);
27
}
BaseFormComponent.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::BaseFormComponent
Definition:
BaseFormComponent.h:8
RE::TESWeightForm
Definition:
TESWeightForm.h:8
RE::TESWeightForm::RTTI
static constexpr auto RTTI
Definition:
TESWeightForm.h:10
RE::TESWeightForm::pad0C
std::uint32_t pad0C
Definition:
TESWeightForm.h:22
RE::TESWeightForm::weight
float weight
Definition:
TESWeightForm.h:21
RE::TESWeightForm::ClearDataComponent
void ClearDataComponent() override
RE::TESWeightForm::~TESWeightForm
~TESWeightForm() override
RE::TESWeightForm::InitializeDataComponent
void InitializeDataComponent() override
RE::TESWeightForm::CopyComponent
void CopyComponent(BaseFormComponent *a_rhs) override
RE::TESWeightForm::VTABLE
static constexpr auto VTABLE
Definition:
TESWeightForm.h:11
RE
Definition:
AbsorbEffect.h:6
RE::VTABLE_TESWeightForm
constexpr std::array< REL::ID, 1 > VTABLE_TESWeightForm
Definition:
Offsets_VTABLE.h:12919
RE::RTTI_TESWeightForm
constexpr REL::ID RTTI_TESWeightForm(static_cast< std::uint64_t >(513860))
CommonLibVR
include
RE
T
TESWeightForm.h
Generated by
1.9.1