CommonLibSSE NG
TESActivateEvent.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  // members
15  };
16  static_assert(sizeof(TESActivateEvent) == 0x10);
17 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESActivateEvent.h:10
NiPointer< TESObjectREFR > actionRef
Definition: TESActivateEvent.h:14
NiPointer< TESObjectREFR > objectActivated
Definition: TESActivateEvent.h:13