CommonLibVR
Loading...
Searching...
No Matches
TESWaitStopEvent.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 public:
8 // members
9 bool interrupted; // 0
10 private:
12 };
13 static_assert(sizeof(TESWaitStopEvent) == 0x1);
14}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition AbsorbEffect.h:6
Definition TESWaitStopEvent.h:6
bool interrupted
Definition TESWaitStopEvent.h:9