CommonLibSSE (powerof3)
TESWeightForm.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
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  };
24  static_assert(sizeof(TESWeightForm) == 0x10);
25 }
Definition: BaseFormComponent.h:8
Definition: TESWeightForm.h:8
static constexpr auto RTTI
Definition: TESWeightForm.h:10
std::uint32_t pad0C
Definition: TESWeightForm.h:22
float weight
Definition: TESWeightForm.h:21
void ClearDataComponent() override
~TESWeightForm() override
void InitializeDataComponent() override
void CopyComponent(BaseFormComponent *a_rhs) override
static constexpr auto VTABLE
Definition: TESWeightForm.h:11
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_TESWeightForm
Definition: Offsets_VTABLE.h:12919
constexpr REL::ID RTTI_TESWeightForm(static_cast< std::uint64_t >(513860))