CommonLibSSE (Parapets fork)
ExtraLargeRefOwnerCells.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSExtraData.h"
4 #include "RE/B/BSTArray.h"
5 #include "RE/E/ExtraDataTypes.h"
6 
7 namespace RE
8 {
9  class TESForm;
10 
12  {
13  public:
14  inline static constexpr auto RTTI = RTTI_ExtraLargeRefOwnerCells;
15  inline static constexpr auto EXTRADATATYPE = ExtraDataType::kLargeRefOwnerCells;
16 
17  virtual ~ExtraLargeRefOwnerCells(); // 00
18 
19  // override (BSExtraData)
20  virtual ExtraDataType GetType() const override; // 01 - { return kLargeRefOwnerCells; }
21 
22  // members
24  std::uint64_t unk28; // 28
25  };
26  static_assert(sizeof(ExtraLargeRefOwnerCells) == 0x30);
27 }
Definition: BSExtraData.h:9
Definition: BSTArray.h:377
Definition: ExtraLargeRefOwnerCells.h:12
std::uint64_t unk28
Definition: ExtraLargeRefOwnerCells.h:24
static constexpr auto RTTI
Definition: ExtraLargeRefOwnerCells.h:14
virtual ExtraDataType GetType() const override
BSTArray< TESForm * > ownerCells
Definition: ExtraLargeRefOwnerCells.h:23
static constexpr auto EXTRADATATYPE
Definition: ExtraLargeRefOwnerCells.h:15
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraLargeRefOwnerCells
Definition: Offsets_RTTI.h:4695
ExtraDataType
Definition: ExtraDataTypes.h:173