SoundEmitterDevice.SetSoundName
Skip to content
mnscript
SoundEmitterDevice.SetSoundName(string) 

Description ​

Sets the sound name (See toolgun sound list)

Arguments ​

string - The sound name to set

Example ​

msc
using Device;

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