CommonLibSSE (powerof3)
ItemHarvested.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 TESBoundObject;
8  class Actor;
9 
11  {
12  public:
14  {
15  public:
16  // members
18  Actor* harvester; // 08
19  };
20  static_assert(sizeof(ItemHarvested) == 0x10);
21 
23  };
24 }
Definition: Actor.h:133
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()