This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

UnPause - SoundCategory

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: SoundCategory Script

Resume playback of any paused sounds in the given sound category.

Syntax[edit | edit source]

Function UnPause() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Restart bird sounds.
BirdSongsCategory.UnPause()

See Also[edit | edit source]