CommonLibSSE (powerof3)
TESTrackedStatsEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSFixedString.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  // members
12  std::int32_t value; // 08
13  std::uint32_t pad0C; // 0C
14  };
15  static_assert(sizeof(TESTrackedStatsEvent) == 0x10);
16 }
Definition: AbsorbEffect.h:6
Definition: TESTrackedStatsEvent.h:8
BSFixedString stat
Definition: TESTrackedStatsEvent.h:11
std::int32_t value
Definition: TESTrackedStatsEvent.h:12
std::uint32_t pad0C
Definition: TESTrackedStatsEvent.h:13