CommonLibVR
Loading...
Searching...
No Matches
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"
6
7namespace RE
8{
9 class TESForm;
10
12 {
13 public:
14 inline static constexpr auto RTTI = RTTI_ExtraLargeRefOwnerCells;
15 inline static constexpr auto VTABLE = VTABLE_ExtraLargeRefOwnerCells;
16 inline static constexpr auto EXTRADATATYPE = ExtraDataType::kLargeRefOwnerCells;
17
18 virtual ~ExtraLargeRefOwnerCells(); // 00
19
20 // override (BSExtraData)
21 virtual ExtraDataType GetType() const override; // 01 - { return kLargeRefOwnerCells; }
22
23 // members
25 std::uint64_t unk28; // 28
26 private:
28 };
29 static_assert(sizeof(ExtraLargeRefOwnerCells) == 0x30);
30}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition BSExtraData.h:9
Definition BSTArray.h:378
Definition ExtraLargeRefOwnerCells.h:12
std::uint64_t unk28
Definition ExtraLargeRefOwnerCells.h:25
static constexpr auto RTTI
Definition ExtraLargeRefOwnerCells.h:14
virtual ExtraDataType GetType() const override
static constexpr auto VTABLE
Definition ExtraLargeRefOwnerCells.h:15
BSTArray< TESForm * > ownerCells
Definition ExtraLargeRefOwnerCells.h:24
static constexpr auto EXTRADATATYPE
Definition ExtraLargeRefOwnerCells.h:16
Definition AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_ExtraLargeRefOwnerCells
Definition Offsets_VTABLE.h:11550
constexpr REL::ID RTTI_ExtraLargeRefOwnerCells(static_cast< std::uint64_t >(684748))
ExtraDataType
Definition ExtraDataTypes.h:173