3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
12 ::ll::TypedStorage<1, 1, bool> mLoadFromMemory;
13 ::ll::TypedStorage<8, 32, ::std::string> mResourceStream;
14 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mSoundName;
15 ::ll::TypedStorage<4, 4, float> mVolume;
16 ::ll::TypedStorage<4, 4, float> mPitch;
17 ::ll::TypedStorage<4, 4, float> mMinDistance;
18 ::ll::TypedStorage<4, 4, float> mMaxDistance;
19 ::ll::TypedStorage<4, 4, int> mWeight;
20 ::ll::TypedStorage<1, 1, bool> mStream;
21 ::ll::TypedStorage<1, 1, bool> mIs3D;
22 ::ll::TypedStorage<1, 1, bool> mInterruptible;
23 ::ll::TypedStorage<1, 1, bool> mUseLegacyMaxDistance;
28 SoundItem(SoundItem
const&);
44 MCNAPI
void*
$ctor(::SoundItem&&);
MCAPI void * $ctor(::SoundItem &&)
MCAPI::SoundItem & operator=(::SoundItem const &)
MCAPI SoundItem(::SoundItem &&)