Morrowind Mod:StopSound

The UESPWiki – Your source for The Elder Scrolls since 1995

StopSound

		StopSound, SoundID

       Where:	SoundID = The sound to stop playing

	Type:	Sound

     Returns:	none

     Example:	StopSound "Sound Test Loop" 

     Scripts:	SoundTest
		PlagueRock1
		

Stops the given sound if it is playing and previously starting with PlayLoopSound.

See Also: PlayLoopSound