24 virtual ::Bedrock::PubSub::Connector<
26 getOnLevelSoundEventConnector() = 0;
28 virtual ::Bedrock::PubSub::Connector<void(::std::string
const&,
::Vec3 const&,
float,
float)>&
29 getOnLevelSoundEventWithVolumeAndPitchConnector() = 0;
31 virtual ::Bedrock::PubSub::Connector<void(::std::string
const&)>& getOnStopLevelSoundEventConnector() = 0;
33 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopAllLevelSoundsEventConnector() = 0;
35 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopMusicEventConnector() = 0;