CommonLibSSE NG
Loading...
Searching...
No Matches
ExtraContainerChanges.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSExtraData.h"
5
6namespace RE
7{
8 class InventoryChanges;
9
11 {
12 public:
13 inline static constexpr auto RTTI = RTTI_ExtraContainerChanges;
14 inline static constexpr auto VTABLE = VTABLE_ExtraContainerChanges;
16
19 ~ExtraContainerChanges() override; // 00
20
21 // override (BSExtraData)
22 [[nodiscard]] ExtraDataType GetType() const override; // 01 - { return kContainerChanges; }
23
24 // members
26 };
27 static_assert(sizeof(ExtraContainerChanges) == 0x18);
28}
Definition BSExtraData.h:9
Definition ExtraContainerChanges.h:11
ExtraContainerChanges(InventoryChanges *a_changes)
InventoryChanges * changes
Definition ExtraContainerChanges.h:25
ExtraDataType GetType() const override
static constexpr auto VTABLE
Definition ExtraContainerChanges.h:14
~ExtraContainerChanges() override
static constexpr auto RTTI
Definition ExtraContainerChanges.h:13
static auto EXTRADATATYPE
Definition ExtraContainerChanges.h:15
Definition InventoryChanges.h:16
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_ExtraContainerChanges(684776, 392466, 0x1ed9bf8)
constexpr std::array< REL::VariantID, 1 > VTABLE_ExtraContainerChanges
Definition Offsets_VTABLE.h:200
ExtraDataType
Definition ExtraDataTypes.h:173