CommonLibSSE NG
Loading...
Searching...
No Matches
ItemsPickpocketed.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTEvent.h"
4
5namespace RE
6{
8 {
9 public:
10 struct Event
11 {
12 public:
13 // members
14 std::int32_t numItems; // 0
15 std::uint32_t pad4; // 4
16 };
17 static_assert(sizeof(Event) == 0x8);
18
20 static void SendEvent(std::int32_t a_numItems);
21 };
22}
Definition BSTEvent.h:19
Definition AbsorbEffect.h:6
Definition ItemsPickpocketed.h:11
std::int32_t numItems
Definition ItemsPickpocketed.h:14
std::uint32_t pad4
Definition ItemsPickpocketed.h:15
Definition ItemsPickpocketed.h:8
static BSTEventSource< Event > * GetEventSource()
static void SendEvent(std::int32_t a_numItems)