Difference between revisions of "Pause - SoundCategory"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
 
imported>Catwheezle
(Added "see also" section items.)
 
Line 25: Line 25:
*[[SoundCategory Script]]
*[[SoundCategory Script]]
*[[UnPause - SoundCategory]]
*[[UnPause - SoundCategory]]
*[[Wait - Utility]]

Latest revision as of 23:09, 14 February 2012

Member of: SoundCategory Script

Pause any sounds in the given sound category.

Syntax[edit | edit source]

Function Pause() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Pause all bird sounds.
BirdSongsCategory.Pause()

See Also[edit | edit source]