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();
28 MCAPI AmbientSoundServerComponent(::AmbientSoundServerComponent
const&);
34 MCAPI
void* $ctor(::AmbientSoundServerComponent
const&);