CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
Inventory.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTEvent.h"
4
5namespace RE
6{
7 class TESObjectREFR;
8 class InventoryEntryData;
9
10 struct Inventory
11 {
12 public:
13 struct Event
14 {
15 public:
16 // members
19 std::int32_t newCount; // 10
20 std::int32_t prevCount; // 14
21 };
22 static_assert(sizeof(Event) == 0x18);
23
25 };
26}
Definition: BSTEvent.h:28
Definition: InventoryEntryData.h:14
Definition: TESObjectREFR.h:105
Definition: AbsorbEffect.h:6
Definition: Inventory.h:14
InventoryEntryData * entryData
Definition: Inventory.h:18
std::int32_t newCount
Definition: Inventory.h:19
std::int32_t prevCount
Definition: Inventory.h:20
TESObjectREFR * objRefr
Definition: Inventory.h:17
Definition: Inventory.h:11
static BSTEventSource< Inventory::Event > * GetEventSource()