LeviLamina
Loading...
Searching...
No Matches
ILevelSoundManagerConnector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/pub_sub/Connector.h"
8#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12class Vec3;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~ILevelSoundManagerConnector() /*override*/ = default;
22
23 // vIndex: 1
24 virtual ::Bedrock::PubSub::Connector<void(
25 ::SharedTypes::Legacy::LevelSoundEvent,
26 ::Vec3 const&,
27 int,
29 bool,
30 bool
31 )>&
32 getOnLevelSoundEventConnector() = 0;
33
34 // vIndex: 2
35 virtual ::Bedrock::PubSub::Connector<void(::std::string const&, ::Vec3 const&, float, float)>&
36 getOnLevelSoundEventWithVolumeAndPitchConnector() = 0;
37
38 // vIndex: 3
39 virtual ::Bedrock::PubSub::Connector<void(::std::string const&)>& getOnStopLevelSoundEventConnector() = 0;
40
41 // vIndex: 4
42 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopAllLevelSoundsEventConnector() = 0;
43
44 // vIndex: 5
45 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopMusicEventConnector() = 0;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57
58 // NOLINTEND
59};
Definition EnableNonOwnerReferences.h:7
Definition ILevelSoundManagerConnector.h:16
Definition Vec3.h:10
Definition ActorDefinitionIdentifier.h:13