CommonLibSSE NG
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;
16 
17  ~ExtraLargeRefOwnerCells() override; // 00
18 
19  // override (BSExtraData)
20  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
ExtraDataType GetType() const override
static constexpr auto RTTI
Definition: ExtraLargeRefOwnerCells.h:14
BSTArray< TESForm * > ownerCells
Definition: ExtraLargeRefOwnerCells.h:23
static auto EXTRADATATYPE
Definition: ExtraLargeRefOwnerCells.h:15
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraLargeRefOwnerCells(684748, 392416, 0x1ed9328)
ExtraDataType
Definition: ExtraDataTypes.h:173