CommonLibSSE (powerof3)
ExtraCellWaterType.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 TESWaterForm;
9 
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_ExtraCellWaterType;
14  inline static constexpr auto VTABLE = VTABLE_ExtraCellWaterType;
15  inline static constexpr auto EXTRADATATYPE = ExtraDataType::kCellWaterType;
16 
17  ~ExtraCellWaterType() override; // 00
18 
19  // override (BSExtraData)
20  ExtraDataType GetType() const override; // 01 - { return kCellWaterType; }
21  bool IsNotEqual(const BSExtraData* a_rhs) const override; // 02 - { return water != a_rhs->water; }
22 
23  // members
25  };
26  static_assert(sizeof(ExtraCellWaterType) == 0x18);
27 }
Definition: BSExtraData.h:9
Definition: ExtraCellWaterType.h:11
static constexpr auto VTABLE
Definition: ExtraCellWaterType.h:14
~ExtraCellWaterType() override
bool IsNotEqual(const BSExtraData *a_rhs) const override
TESWaterForm * water
Definition: ExtraCellWaterType.h:24
static constexpr auto RTTI
Definition: ExtraCellWaterType.h:13
static constexpr auto EXTRADATATYPE
Definition: ExtraCellWaterType.h:15
ExtraDataType GetType() const override
Definition: TESWaterForm.h:83
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraCellWaterType(static_cast< std::uint64_t >(684759))
ExtraDataType
Definition: ExtraDataTypes.h:173
constexpr std::array< REL::ID, 1 > VTABLE_ExtraCellWaterType
Definition: Offsets_VTABLE.h:11503