Open main menu

UESPWiki β


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