Sound.resume

Unpause the sound. This is safe to use on halted, paused, and already playing sounds.

class Sound
static
void
resume
(
int channel = -1
)

Parameters

channel
Type: int

Channel to stop playing, or -1 for all channels.

Meta