CommonLibSSE NG
Loading...
Searching...
No Matches
ItemHarvested.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/B/BSTEvent.h"
4
5namespace RE
6{
7 class TESBoundObject;
8 class Actor;
9
11 {
12 public:
14 {
15 public:
16 // members
19 };
20 static_assert(sizeof(ItemHarvested) == 0x10);
21
23 };
24}
Definition Actor.h:131
Definition BSTEvent.h:19
Definition TESBoundObject.h:24
Definition AbsorbEffect.h:6
Definition ItemHarvested.h:14
Actor * harvester
Definition ItemHarvested.h:18
TESBoundObject * produceItem
Definition ItemHarvested.h:17
Definition ItemHarvested.h:11
static BSTEventSource< TESHarvestedEvent::ItemHarvested > * GetEventSource()