Pause - SoundCategory

Revision as of 15:15, 26 October 2011 by imported>Plplecuyer (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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