CommonLibSSE NG
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
"
5
#include "
RE/E/ExtraDataTypes.h
"
6
7
namespace
RE
8
{
9
class
TESForm;
10
11
class
ExtraLargeRefOwnerCells
:
public
BSExtraData
12
{
13
public
:
14
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraLargeRefOwnerCells
;
15
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kLargeRefOwnerCells
;
16
17
~ExtraLargeRefOwnerCells
()
override
;
// 00
18
19
// override (BSExtraData)
20
ExtraDataType
GetType
()
const override
;
// 01 - { return kLargeRefOwnerCells; }
21
22
// members
23
BSTArray<TESForm*>
ownerCells
;
// 10
24
std::uint64_t
unk28
;
// 28
25
};
26
static_assert
(
sizeof
(
ExtraLargeRefOwnerCells
) == 0x30);
27
}
BSExtraData.h
BSTArray.h
ExtraDataTypes.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::BSTArray
Definition
BSTArray.h:377
RE::ExtraLargeRefOwnerCells
Definition
ExtraLargeRefOwnerCells.h:12
RE::ExtraLargeRefOwnerCells::unk28
std::uint64_t unk28
Definition
ExtraLargeRefOwnerCells.h:24
RE::ExtraLargeRefOwnerCells::GetType
ExtraDataType GetType() const override
RE::ExtraLargeRefOwnerCells::RTTI
static constexpr auto RTTI
Definition
ExtraLargeRefOwnerCells.h:14
RE::ExtraLargeRefOwnerCells::~ExtraLargeRefOwnerCells
~ExtraLargeRefOwnerCells() override
RE::ExtraLargeRefOwnerCells::ownerCells
BSTArray< TESForm * > ownerCells
Definition
ExtraLargeRefOwnerCells.h:23
RE::ExtraLargeRefOwnerCells::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraLargeRefOwnerCells.h:15
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraLargeRefOwnerCells
constexpr REL::VariantID RTTI_ExtraLargeRefOwnerCells(684748, 392416, 0x1ed9328)
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kLargeRefOwnerCells
@ kLargeRefOwnerCells
CommonLibSSE-NG
include
RE
E
ExtraLargeRefOwnerCells.h
Generated by
1.9.7