LeviLamina
Loading...
Searching...
No Matches
AmbientSoundServerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10class AmbientSoundServerComponent {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 24, ::std::vector<::DynamicAmbientSound>> mDynamicSounds;
15 ::ll::TypedStorage<8, 32, ::std::string> mDefaultEventName;
16 ::ll::TypedStorage<4, 4, uint> mReevaluationTimeTicks;
17 ::ll::TypedStorage<4, 4, uint> mTicksSinceReevaluation;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 AmbientSoundServerComponent& operator=(AmbientSoundServerComponent const&);
23 AmbientSoundServerComponent();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI AmbientSoundServerComponent(::AmbientSoundServerComponent const&);
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::AmbientSoundServerComponent const&);
35 // NOLINTEND
36};
Definition DynamicAmbientSound.h:5