Skip to content

ResumeChannel

Description

If the given channel's audio has been paused with PauseChannel(), resumes playing the audio.

Parameters

channel

The ID of the channel to resume.

Return Value

None.

Syntax

RSDK.ResumeChannel(uint32 channel);
channels[uint8 channel].Resume();

Example

RSDK.ResumeChannel(0);
channels[0].Resume();