CommonLibSSE (powerof3)
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
b
c
d
g
h
i
m
n
p
r
s
u
v
Typedefs
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
d
g
i
k
p
r
t
Related Functions
b
c
g
h
i
n
o
s
Files
File List
File Members
All
b
g
n
r
s
t
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Inventory.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSTEvent.h
"
4
5
namespace
RE
6
{
7
class
TESObjectREFR;
8
class
InventoryEntryData;
9
10
struct
Inventory
11
{
12
public
:
13
struct
Event
14
{
15
public
:
16
// members
17
TESObjectREFR
*
objRefr
;
// 00
18
InventoryEntryData
*
entryData
;
// 08
19
std::int32_t
newCount
;
// 10
20
std::int32_t
prevCount
;
// 14
21
};
22
static_assert(
sizeof
(
Event
) == 0x18);
23
24
static
BSTEventSource<Inventory::Event>
*
GetEventSource
();
25
};
26
}
BSTEvent.h
RE::BSTEventSource
Definition:
BSTEvent.h:28
RE::InventoryEntryData
Definition:
InventoryEntryData.h:14
RE::TESObjectREFR
Definition:
TESObjectREFR.h:103
RE
Definition:
AbsorbEffect.h:6
RE::Inventory::Event
Definition:
Inventory.h:14
RE::Inventory::Event::entryData
InventoryEntryData * entryData
Definition:
Inventory.h:18
RE::Inventory::Event::newCount
std::int32_t newCount
Definition:
Inventory.h:19
RE::Inventory::Event::prevCount
std::int32_t prevCount
Definition:
Inventory.h:20
RE::Inventory::Event::objRefr
TESObjectREFR * objRefr
Definition:
Inventory.h:17
RE::Inventory
Definition:
Inventory.h:11
RE::Inventory::GetEventSource
static BSTEventSource< Inventory::Event > * GetEventSource()
CommonLibSSE
include
RE
I
Inventory.h
Generated by
1.9.1