LeviLamina
Loading...
Searching...
No Matches
SoundItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8class SoundItem {
9public:
10 // member variables
11 // NOLINTBEGIN
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;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 SoundItem(SoundItem const&);
29 SoundItem();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI SoundItem(::SoundItem&&);
35
36 MCNAPI ::SoundItem& operator=(::SoundItem const&);
37
38 MCNAPI ~SoundItem();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(::SoundItem&&);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition SoundItem.h:5
MCAPI void $dtor()
MCAPI ~SoundItem()
MCAPI void * $ctor(::SoundItem &&)
MCAPI::SoundItem & operator=(::SoundItem const &)
MCAPI SoundItem(::SoundItem &&)