CommonLibSSE NG
Loading...
Searching...
No Matches
SyncQueueObj.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_SyncQueueObj;
11
12 virtual ~SyncQueueObj(); // 00
13
14 // add
15 virtual void Unk_01(void) = 0; // 01
16
17 // members
18 std::uint32_t unk0C; // 0C
19 };
20 static_assert(sizeof(SyncQueueObj) == 0x10);
21}
Definition SyncQueueObj.h:8
virtual void Unk_01(void)=0
static constexpr auto RTTI
Definition SyncQueueObj.h:10
std::uint32_t unk0C
Definition SyncQueueObj.h:18
virtual ~SyncQueueObj()
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_SyncQueueObj(686887, 394740, 0x1f074f8)
Definition BSIntrusiveRefCounted.h:8