CommonLibVR
ExtraDroppedItemList.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSExtraData.h
"
4
#include "
RE/B/BSPointerHandle.h
"
5
#include "
RE/B/BSTList.h
"
6
#include "
RE/E/ExtraDataTypes.h
"
7
8
namespace
RE
9
{
10
class
ExtraDroppedItemList
:
public
BSExtraData
11
{
12
public
:
13
inline
static
constexpr
auto
RTTI
=
RTTI_ExtraDroppedItemList
;
14
inline
static
constexpr
auto
VTABLE
=
VTABLE_ExtraDroppedItemList
;
15
inline
static
constexpr
auto
EXTRADATATYPE
=
ExtraDataType::kDroppedItemList
;
16
17
virtual
~ExtraDroppedItemList
();
// 00
18
19
// override (BSExtraData)
20
virtual
ExtraDataType
GetType
()
const override
;
// 01 { return kDroppedItemList; }
21
22
// members
23
BSSimpleList<ObjectRefHandle>
droppedItemList
;
// 10
24
private
:
25
KEEP_FOR_RE
()
26
};
27
static_assert(
sizeof
(
ExtraDroppedItemList
) == 0x20);
28
}
BSExtraData.h
BSPointerHandle.h
BSTList.h
ExtraDataTypes.h
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
RE::BSExtraData
Definition:
BSExtraData.h:9
RE::BSSimpleList
Definition:
BSTList.h:10
RE::ExtraDroppedItemList
Definition:
ExtraDroppedItemList.h:11
RE::ExtraDroppedItemList::GetType
virtual ExtraDataType GetType() const override
RE::ExtraDroppedItemList::droppedItemList
BSSimpleList< ObjectRefHandle > droppedItemList
Definition:
ExtraDroppedItemList.h:23
RE::ExtraDroppedItemList::VTABLE
static constexpr auto VTABLE
Definition:
ExtraDroppedItemList.h:14
RE::ExtraDroppedItemList::~ExtraDroppedItemList
virtual ~ExtraDroppedItemList()
RE::ExtraDroppedItemList::RTTI
static constexpr auto RTTI
Definition:
ExtraDroppedItemList.h:13
RE::ExtraDroppedItemList::EXTRADATATYPE
static constexpr auto EXTRADATATYPE
Definition:
ExtraDroppedItemList.h:15
RE
Definition:
AbsorbEffect.h:6
RE::RTTI_ExtraDroppedItemList
constexpr REL::ID RTTI_ExtraDroppedItemList(static_cast< std::uint64_t >(684668))
RE::VTABLE_ExtraDroppedItemList
constexpr std::array< REL::ID, 1 > VTABLE_ExtraDroppedItemList
Definition:
Offsets_VTABLE.h:11515
RE::ExtraDataType
ExtraDataType
Definition:
ExtraDataTypes.h:173
RE::ExtraDataType::kDroppedItemList
@ kDroppedItemList
CommonLibVR
include
RE
E
ExtraDroppedItemList.h
Generated by
1.9.1