CommonLibSSE (Parapets fork)
InventoryUpdateData.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/I/IUIMessageData.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_InventoryUpdateData;
11  inline static constexpr std::string_view CLASS_NAME = "InventoryUpdateData";
12 
13  ~InventoryUpdateData() override = default; // 00
14 
15  // members
17  std::uint32_t pad14; // 14
18  TESForm* unk18; // 18
19  };
20  static_assert(sizeof(InventoryUpdateData) == 0x20);
21 }
Definition: IUIMessageData.h:6
Definition: InventoryUpdateData.h:8
TESForm * unk18
Definition: InventoryUpdateData.h:18
RefHandle unk10
Definition: InventoryUpdateData.h:16
static constexpr std::string_view CLASS_NAME
Definition: InventoryUpdateData.h:11
std::uint32_t pad14
Definition: InventoryUpdateData.h:17
static constexpr auto RTTI
Definition: InventoryUpdateData.h:10
~InventoryUpdateData() override=default
Definition: TESForm.h:34
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_InventoryUpdateData
Definition: Offsets_RTTI.h:5073
std::uint32_t RefHandle
Definition: BSCoreTypes.h:6