Stopping all sounds

Started by Glenjamin, Sun 30/08/2015 18:58:03

Previous topic - Next topic

Glenjamin

Is there a command to stop all in-game sounds at once?

Snarky

Code: ags
int i=0;
while(i<System.AudioChannelCount)
{
  System.AudioChannel[i].Stop();
  i++;
}


SMF spam blocked by CleanTalk