Appearance
SoundEmitterDevice.PlaySound()
Plays the sound emitter
using Device; SoundEmitterDevice emitter = Device.FindSoundEmitter("My Sound Emitter"); emitter.PlaySound();