CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
BSMusicEvent.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class BSIMusicType;
6
8 {
9 public:
11 {
12 kAdd,
13 kRemove,
15 kPause,
17 };
18
21 std::uint32_t pad0C; // 0C
22 };
23 static_assert(sizeof(BSMusicEvent) == 0x10);
24}
Definition: BSIMusicType.h:11
Definition: PCH.h:216
Definition: AbsorbEffect.h:6
Definition: BSMusicEvent.h:8
BSIMusicType * musicType
Definition: BSMusicEvent.h:19
std::uint32_t pad0C
Definition: BSMusicEvent.h:21
stl::enumeration< MUSIC_MESSAGE_TYPE, std::int32_t > msgType
Definition: BSMusicEvent.h:20
MUSIC_MESSAGE_TYPE
Definition: BSMusicEvent.h:11