StopChannel (int channel)
Stops the currently playing sound on channel number CHANNEL.
See the description of PlaySoundEx for more on sound
channels.
Example:
StopChannel (3);
will stop any currently playing sound effect on channel 3.
See Also: IsChannelPlaying, PlaySoundEx,
Game.StopSound
|