CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraOwnership.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
TESForm;
9
10
class
ExtraOwnership
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraOwnership
;
14
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraOwnership
;
15
inline
static
auto
EXTRADATATYPE
=
ExtraDataType::kOwnership
;
16
17
ExtraOwnership
();
18
explicit
ExtraOwnership
(
TESForm
* a_owner);
19
~ExtraOwnership
()
override
=
default
;
// 00
20
21
// override (BSExtraData)
22
ExtraDataType
GetType
()
const override
;
// 01 - { return kOwnership; }
23
bool
IsNotEqual
(
const
BSExtraData
* a_rhs)
const override
;
// 02 - { return owner != a_rhs->owner; }
24
25
// members
26
TESForm
*
owner
;
// 10
27
};
28
static_assert
(
sizeof
(
ExtraOwnership
) == 0x18);
29
}
BSExtraData.h
ExtraDataTypes.h
RE::BSExtraData
Definition
BSExtraData.h:9
RE::ExtraOwnership
Definition
ExtraOwnership.h:11
RE::ExtraOwnership::ExtraOwnership
ExtraOwnership(TESForm *a_owner)
RE::ExtraOwnership::VTABLE
static constexpr auto VTABLE
Definition
ExtraOwnership.h:14
RE::ExtraOwnership::RTTI
static constexpr auto RTTI
Definition
ExtraOwnership.h:13
RE::ExtraOwnership::EXTRADATATYPE
static auto EXTRADATATYPE
Definition
ExtraOwnership.h:15
RE::ExtraOwnership::GetType
ExtraDataType GetType() const override
RE::ExtraOwnership::~ExtraOwnership
~ExtraOwnership() override=default
RE::ExtraOwnership::owner
TESForm * owner
Definition
ExtraOwnership.h:26
RE::ExtraOwnership::IsNotEqual
bool IsNotEqual(const BSExtraData *a_rhs) const override
RE::ExtraOwnership::ExtraOwnership
ExtraOwnership()
RE::TESForm
Definition
TESForm.h:35
RE
Definition
AbsorbEffect.h:6
RE::RTTI_ExtraOwnership
constexpr REL::VariantID RTTI_ExtraOwnership(684646, 392309, 0x1ed80e8)
RE::VTABLE_ExtraOwnership
constexpr std::array< REL::VariantID, 1 > VTABLE_ExtraOwnership
Definition
Offsets_VTABLE.h:76
RE::ExtraDataType
ExtraDataType
Definition
ExtraDataTypes.h:173
RE::ExtraDataType::kOwnership
@ kOwnership
CommonLibSSE-NG
include
RE
E
ExtraOwnership.h
Generated by
1.9.7