LeviLamina
Loading...
Searching...
No Matches
EventToSoundListMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10struct Sound;
11// clang-format on
12
14public:
15 // EventToSoundListMap inner types define
16 using SoundList = ::std::unordered_map<::std::string, ::Sound>;
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<
22 8,
23 64,
24 ::std::unordered_map<::SharedTypes::Legacy::LevelSoundEvent, ::std::unordered_map<::std::string, ::Sound>>>
25 mEventToSoundListMap;
26 ::ll::TypedStorage<4, 4, float> mVolumeMin;
27 ::ll::TypedStorage<4, 4, float> mVolumeMax;
28 ::ll::TypedStorage<4, 4, float> mPitchMin;
29 ::ll::TypedStorage<4, 4, float> mPitchMax;
30 // NOLINTEND
31};
Definition EventToSoundListMap.h:13
Definition Sound.h:5