|
|
@ -112,9 +112,7 @@ namespace MWBase
|
|
|
|
virtual void stopMusic() = 0;
|
|
|
|
virtual void stopMusic() = 0;
|
|
|
|
///< Stops music if it's playing
|
|
|
|
///< Stops music if it's playing
|
|
|
|
|
|
|
|
|
|
|
|
virtual void streamMusic(
|
|
|
|
virtual void streamMusic(const std::string& filename, MWSound::MusicType type, float fade = 1.f) = 0;
|
|
|
|
const std::string& filename, MWSound::MusicType type = MWSound::MusicType::Scripted, float fade = 1.f)
|
|
|
|
|
|
|
|
= 0;
|
|
|
|
|
|
|
|
///< Play a soundifle
|
|
|
|
///< Play a soundifle
|
|
|
|
/// \param filename name of a sound file in the data directory.
|
|
|
|
/// \param filename name of a sound file in the data directory.
|
|
|
|
/// \param type music type.
|
|
|
|
/// \param type music type.
|
|
|
|