CommonLibSSE NG
TESGrabReleaseEvent.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:
13  bool grabbed; // 08
14  std::uint8_t pad09; // 09
15  std::uint16_t pad0A; // 09
16  std::uint32_t pad0C; // 0C
17  };
18  static_assert(sizeof(TESGrabReleaseEvent) == 0x10);
19 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESGrabReleaseEvent.h:10
std::uint8_t pad09
Definition: TESGrabReleaseEvent.h:14
std::uint32_t pad0C
Definition: TESGrabReleaseEvent.h:16
std::uint16_t pad0A
Definition: TESGrabReleaseEvent.h:15
bool grabbed
Definition: TESGrabReleaseEvent.h:13
NiPointer< TESObjectREFR > ref
Definition: TESGrabReleaseEvent.h:12