CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
BGSBlockBashData.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/F/FormTypes.h"
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_BGSBlockBashData;
12 inline static constexpr auto VTABLE = VTABLE_BGSBlockBashData;
13
14 ~BGSBlockBashData() override; // 00
15
16 // override (BaseFormComponent)
17 void InitializeDataComponent() override; // 01 - { impact = 0; material = 0; }
18 void ClearDataComponent() override; // 02 - { return; }
19 void CopyComponent(BaseFormComponent* a_rhs) override; // 03
20
21 // members
24 };
25 static_assert(sizeof(BGSBlockBashData) == 0x18);
26}
Definition BGSBlockBashData.h:9
void InitializeDataComponent() override
BGSImpactDataSet * blockBashImpactDataSet
Definition BGSBlockBashData.h:22
BGSMaterialType * altBlockMaterialType
Definition BGSBlockBashData.h:23
void ClearDataComponent() override
static constexpr auto RTTI
Definition BGSBlockBashData.h:11
~BGSBlockBashData() override
static constexpr auto VTABLE
Definition BGSBlockBashData.h:12
void CopyComponent(BaseFormComponent *a_rhs) override
Definition BGSImpactDataSet.h:13
Definition BGSMaterialType.h:12
Definition BaseFormComponent.h:8
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSBlockBashData(static_cast< std::uint64_t >(513929))
constexpr std::array< REL::ID, 1 > VTABLE_BGSBlockBashData
Definition Offsets_VTABLE.h:8594