3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
10namespace Core {
class Path; }
17 ::ll::TypedStorage<1, 1, bool> mLoadFromMemory;
18 ::ll::TypedStorage<8, 32, ::std::string> mResourceStream;
19 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mSoundName;
20 ::ll::TypedStorage<4, 4, float> mVolume;
21 ::ll::TypedStorage<4, 4, float> mPitch;
22 ::ll::TypedStorage<4, 4, float> mMinDistance;
23 ::ll::TypedStorage<4, 4, float> mMaxDistance;
24 ::ll::TypedStorage<4, 4, int> mWeight;
25 ::ll::TypedStorage<1, 1, bool> mStream;
26 ::ll::TypedStorage<1, 1, bool> mIs3D;
27 ::ll::TypedStorage<1, 1, bool> mInterruptible;
28 ::ll::TypedStorage<1, 1, bool> mUseLegacyMaxDistance;
33 SoundItem& operator=(SoundItem
const&);
51 bool useLegacyMaxDistance
58 MCNAPI ::Core::PathBuffer<::std::string>
const&
getSoundName()
const;
70 MCNAPI
void*
$ctor(::SoundItem
const&);
82 bool useLegacyMaxDistance
MCAPI SoundItem(::SoundItem const &)
MCAPI bool isInterruptible() const
MCAPI ::Core::PathBuffer<::std::string > const & getSoundName() const
MCAPI void * $ctor(::SoundItem const &)
MCAPI void * $ctor(::Core::Path const &soundName, float volume, float pitch, float minDistance, float maxDistance, int weight, bool stream, bool is3D, bool interruptible, bool useLegacyMaxDistance)
MCAPI::std::string const & getResourceStream() const
MCAPI bool isStream() const
MCAPI SoundItem(::Core::Path const &soundName, float volume, float pitch, float minDistance, float maxDistance, int weight, bool stream, bool is3D, bool interruptible, bool useLegacyMaxDistance)
MCAPI bool getLoadFromMemory() const