Mute - SoundCategory

Revision as of 15:18, 26 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: SoundCategory Script

Mute any sounds in the given sound category.

SyntaxEdit

Function Mute() native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

; Mute voices (not pausing because they need to stay synched to animation.)
NonDialogVoiceSoundCategory.Mute()

See AlsoEdit