CommonLibSSE NG
TESFurnitureEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 
5 namespace RE
6 {
7  class TESObjectREFR;
8 
10  {
11  public:
12  enum class FurnitureEventType
13  {
14  kEnter = 0,
15  kExit = 1
16  };
17 
18  // members
22  };
23  static_assert(sizeof(TESFurnitureEvent) == 0x18);
24 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESFurnitureEvent.h:10
stl::enumeration< FurnitureEventType, std::uint32_t > type
Definition: TESFurnitureEvent.h:21
NiPointer< TESObjectREFR > targetFurniture
Definition: TESFurnitureEvent.h:20
FurnitureEventType
Definition: TESFurnitureEvent.h:13
NiPointer< TESObjectREFR > actor
Definition: TESFurnitureEvent.h:19