CommonLibSSE (powerof3)
BGSOverridePackCollection.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  class BGSListForm;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_BGSOverridePackCollection;
13  inline static constexpr auto VTABLE = VTABLE_BGSOverridePackCollection;
14 
15  ~BGSOverridePackCollection() override; // 00
16 
17  // override (BaseFormComponent)
18  void InitializeDataComponent() override; // 01
19  void ClearDataComponent() override; // 02 - { return; }
20  void CopyComponent(BaseFormComponent* a_rhs) override; // 03
21 
22  // members
27  };
28  static_assert(sizeof(BGSOverridePackCollection) == 0x28);
29 }
Definition: BGSListForm.h:11
Definition: BGSOverridePackCollection.h:10
BGSListForm * spectatorOverRidePackList
Definition: BGSOverridePackCollection.h:23
BGSListForm * enterCombatOverRidePackList
Definition: BGSOverridePackCollection.h:26
static constexpr auto VTABLE
Definition: BGSOverridePackCollection.h:13
BGSListForm * observeCorpseOverRidePackList
Definition: BGSOverridePackCollection.h:24
static constexpr auto RTTI
Definition: BGSOverridePackCollection.h:12
void InitializeDataComponent() override
BGSListForm * guardWarnOverRidePackList
Definition: BGSOverridePackCollection.h:25
void ClearDataComponent() override
void CopyComponent(BaseFormComponent *a_rhs) override
Definition: BaseFormComponent.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSOverridePackCollection(static_cast< std::uint64_t >(513933))
constexpr std::array< REL::ID, 1 > VTABLE_BGSOverridePackCollection
Definition: Offsets_VTABLE.h:8677