CommonLibSSE (Parapets fork)
BSSoundMessage.h File Reference

Go to the source code of this file.

Classes

class  RE::BSSoundMessage
 

Namespaces

 RE
 

Enumerations

enum class  RE::SOUND_MSG {
  RE::None = 0 , RE::Init = 1 , RE::Shutdown = 2 , RE::Play = 4 ,
  RE::Pause = 5 , RE::UnPause = 6 , RE::Stop = 7 , RE::PlayAfter = 8 ,
  RE::FadeIn = 10 , RE::FadeOut = 11 , RE::SetVolume = 13 , RE::SetFrequency = 14 ,
  RE::SetFrequencyVariance = 15 , RE::VolumeChanged = 16 , RE::FadeTo = 18 , RE::SetPosition = 19 ,
  RE::SetBeamEnd = 20 , RE::SetStaticAttenuation = 21 , RE::LoadForPlayback = 25 , RE::KillAll = 27 ,
  RE::ReleaseSound = 28 , RE::RegisterMovingSound = 29 , RE::UnRegisterMovingSound = 30 , RE::StopMovingSoundOnTarget = 31 ,
  RE::AddToCache = 38 , RE::SuspendAudioThread = 39 , RE::SetListenerPosition = 40 , RE::SetListenerFrontOrientation = 41 ,
  RE::SetListenerTopOrientation = 42 , RE::SetOutputModel = 50
}