10class AmbientSoundServerComponent {
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;
22 AmbientSoundServerComponent& operator=(AmbientSoundServerComponent
const&);
23 AmbientSoundServerComponent(AmbientSoundServerComponent
const&);
24 AmbientSoundServerComponent();
29 MCAPI ::AmbientSoundServerComponent& operator=(::AmbientSoundServerComponent&&);
31 MCAPI ~AmbientSoundServerComponent();