CommonLibSSE (Parapets fork)
BSAudioManagerThread.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSThread.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSAudioManagerThread;
11 
12  ~BSAudioManagerThread() override; // 00
13 
14  // override (BSThread)
15  std::uint32_t ThreadProc() override; // 01
16 
17  // members
18  void* semaphore1; // 50
19  void* semaphore2; // 58
20  bool unk60; // 60
21  bool unk61; // 61
22  std::byte pad62[2]; // 62
23  std::uint32_t sleepTime; // 64
24  };
25  static_assert(sizeof(BSAudioManagerThread) == 0x68);
26 }
Definition: BSAudioManagerThread.h:8
void * semaphore1
Definition: BSAudioManagerThread.h:18
bool unk60
Definition: BSAudioManagerThread.h:20
void * semaphore2
Definition: BSAudioManagerThread.h:19
static constexpr auto RTTI
Definition: BSAudioManagerThread.h:10
bool unk61
Definition: BSAudioManagerThread.h:21
std::uint32_t sleepTime
Definition: BSAudioManagerThread.h:23
~BSAudioManagerThread() override
std::byte pad62[2]
Definition: BSAudioManagerThread.h:22
std::uint32_t ThreadProc() override
Definition: BSThread.h:6
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSAudioManagerThread
Definition: Offsets_RTTI.h:1635