CommonLibSSE (powerof3)
TESQuestStartStopEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  // members
9  FormID formID; // 00
10  bool started; // 04
11  std::uint8_t unk05; // 05
12  std::uint16_t pad06; // 06
13  };
14  static_assert(sizeof(TESQuestStartStopEvent) == 0x8);
15 }
Definition: AbsorbEffect.h:6
std::uint32_t FormID
Definition: BSCoreTypes.h:5
Definition: TESQuestStartStopEvent.h:6
std::uint16_t pad06
Definition: TESQuestStartStopEvent.h:12
bool started
Definition: TESQuestStartStopEvent.h:10
std::uint8_t unk05
Definition: TESQuestStartStopEvent.h:11
FormID formID
Definition: TESQuestStartStopEvent.h:9