CommonLibSSE NG
Loading...
Searching...
No Matches
InventoryUpdateData.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_InventoryUpdateData;
11
12 ~InventoryUpdateData() override = default; // 00
13
14 // members
16 std::uint32_t pad14; // 14
17 TESForm* unk18; // 18
18 };
19 static_assert(sizeof(InventoryUpdateData) == 0x20);
20}
Definition IUIMessageData.h:6
Definition InventoryUpdateData.h:8
TESForm * unk18
Definition InventoryUpdateData.h:17
RefHandle unk10
Definition InventoryUpdateData.h:15
std::uint32_t pad14
Definition InventoryUpdateData.h:16
static constexpr auto RTTI
Definition InventoryUpdateData.h:10
~InventoryUpdateData() override=default
Definition TESForm.h:35
Definition AbsorbEffect.h:6
std::uint32_t RefHandle
Definition BSCoreTypes.h:6
constexpr REL::VariantID RTTI_InventoryUpdateData(688931, 396786, 0x1f47d00)