Background for Skyrim SE
Member of the SoundCategory script
voidfunctionUnPause()Native

Description

Wiki Description

Resume playback of any SoundCategory.Pause() sounds in the given sound category.

Documentation Comment

Play any Paused sounds that belong to this category


Caveats


Examples

; Restart bird sounds.
BirdSongsCategory.UnPause()

Auto-Generated Example

mySoundCategory__toCallFunctionOn.UnPause()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.