LeviLamina
Loading...
Searching...
No Matches
AudioEmitterComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
AudioEmitterComponent
{
6
public
:
7
// AudioEmitterComponent inner types declare
8
// clang-format off
9
struct
SoundEvent
;
10
// clang-format on
11
12
// AudioEmitterComponent inner types define
13
struct
SoundEvent {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 32>
mUnk3a195a;
18
::ll::UntypedStorage<8, 48>
mUnk4143be;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
SoundEvent& operator=(SoundEvent
const
&);
24
SoundEvent(SoundEvent
const
&);
25
SoundEvent();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ~SoundEvent();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCFOLD
void
$dtor();
37
// NOLINTEND
38
};
39
40
public
:
41
// member variables
42
// NOLINTBEGIN
43
::ll::TypedStorage<8, 24, ::std::vector<::AudioEmitterComponent::SoundEvent>> mNewEventsToPlay;
44
// NOLINTEND
45
};
AudioEmitterComponent
Definition
AudioEmitterComponent.h:5
AudioEmitterComponent::SoundEvent
Definition
AudioEmitterComponent.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components
AudioEmitterComponent.h
Generated on
for LeviLamina by
1.16.1