Open topic with navigation
<mixer>.setPaused
Set paused mode of sound mixer
<mixer>.setPaused( |
|
mode |
) |
|
mode
Can be any True/False value or viz.TOGGLE to toggle the current state
Remarks
This command can be used to pause or resume a mixer. When a mixer is paused, all sounds playing on the mixer and sub-mixers will be paused. The default paused state is False.
Return Value
None
See also