CommonLibSSE (powerof3)
TESValueForm.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_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  };
24  static_assert(sizeof(TESValueForm) == 0x10);
25 }
Definition: BaseFormComponent.h:8
Definition: TESValueForm.h:8
void InitializeDataComponent() override
void ClearDataComponent() override
static constexpr auto VTABLE
Definition: TESValueForm.h:11
~TESValueForm() override
void CopyComponent(BaseFormComponent *a_rhs) override
static constexpr auto RTTI
Definition: TESValueForm.h:10
std::uint32_t pad0C
Definition: TESValueForm.h:22
std::int32_t value
Definition: TESValueForm.h:21
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESValueForm(static_cast< std::uint64_t >(513880))
constexpr std::array< REL::ID, 1 > VTABLE_TESValueForm
Definition: Offsets_VTABLE.h:12911