CommonLibSSE (Parapets fork)
BGSPickupPutdownSounds.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  class BGSSoundDescriptorForm;
8 
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_BGSPickupPutdownSounds;
13 
14  ~BGSPickupPutdownSounds() 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
24  };
25  static_assert(sizeof(BGSPickupPutdownSounds) == 0x18);
26 }
Definition: BGSPickupPutdownSounds.h:10
void CopyComponent(BaseFormComponent *a_rhs) override
void ClearDataComponent() override
~BGSPickupPutdownSounds() override
BGSSoundDescriptorForm * putdownSound
Definition: BGSPickupPutdownSounds.h:23
BGSSoundDescriptorForm * pickupSound
Definition: BGSPickupPutdownSounds.h:22
void InitializeDataComponent() override
static constexpr auto RTTI
Definition: BGSPickupPutdownSounds.h:12
Definition: BGSSoundDescriptorForm.h:14
Definition: BaseFormComponent.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSPickupPutdownSounds
Definition: Offsets_RTTI.h:1395