CommonLibSSE NG
ExtraCellAcousticSpace.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSExtraData.h"
4 #include "RE/E/ExtraDataTypes.h"
5 
6 namespace RE
7 {
8  class BGSAcousticSpace;
9 
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_ExtraCellAcousticSpace;
15 
16  ~ExtraCellAcousticSpace() override; // 00
17 
18  // override (BSExtraData)
19  ExtraDataType GetType() const override; // 01 - { return kCellAcousticSpace; }
20  bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02 - { return space != a_rhs->space; }
21 
22  // members
24  };
25  static_assert(sizeof(ExtraCellAcousticSpace) == 0x18);
26 }
Definition: BGSAcousticSpace.h:9
Definition: BSExtraData.h:9
Definition: ExtraCellAcousticSpace.h:11
ExtraDataType GetType() const override
static auto EXTRADATATYPE
Definition: ExtraCellAcousticSpace.h:14
~ExtraCellAcousticSpace() override
BGSAcousticSpace * space
Definition: ExtraCellAcousticSpace.h:23
bool IsNotEqual(const BSExtraData *a_rhs) const override
static constexpr auto RTTI
Definition: ExtraCellAcousticSpace.h:13
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraCellAcousticSpace(684758, 392426, 0x1ed94f0)
ExtraDataType
Definition: ExtraDataTypes.h:173