Pause - SoundCategory

Member of: SoundCategory Script

Pause any sounds in the given sound category.

SyntaxEdit

Function Pause() native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; Pause all bird sounds.
BirdSongsCategory.Pause()

See AlsoEdit