SoundEmitterDevice.PlaySound
Skip to content
mnscript
SoundEmitterDevice.PlaySound() 

Description ​

Plays the sound emitter

Example ​

msc
using Device;

SoundEmitterDevice emitter = Device.FindSoundEmitter("My Sound Emitter");
emitter.PlaySound();