CommonLibSSE (Parapets fork)
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 
14  ~BGSOverridePackCollection() override; // 00
15 
16  // override (BaseFormComponent)
17  void InitializeDataComponent() override; // 01
18  void ClearDataComponent() override; // 02 - { return; }
19  void CopyComponent(BaseFormComponent* a_rhs) override; // 03
20 
21  // members
26  };
27  static_assert(sizeof(BGSOverridePackCollection) == 0x28);
28 }
Definition: BGSListForm.h:10
Definition: BGSOverridePackCollection.h:10
BGSListForm * spectatorOverRidePackList
Definition: BGSOverridePackCollection.h:22
BGSListForm * enterCombatOverRidePackList
Definition: BGSOverridePackCollection.h:25
BGSListForm * observeCorpseOverRidePackList
Definition: BGSOverridePackCollection.h:23
static constexpr auto RTTI
Definition: BGSOverridePackCollection.h:12
void InitializeDataComponent() override
BGSListForm * guardWarnOverRidePackList
Definition: BGSOverridePackCollection.h:24
void ClearDataComponent() override
void CopyComponent(BaseFormComponent *a_rhs) override
Definition: BaseFormComponent.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSOverridePackCollection
Definition: Offsets_RTTI.h:1355