CommonLibSSE NG
Loading...
Searching...
No Matches
BGSOverridePackCollection.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class BGSListForm;
8
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_BGSOverridePackCollection;
13
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:11
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::VariantID RTTI_BGSOverridePackCollection(513933, 392572, 0x1edb258)