audio_stop_all


描述

This function will stop all sounds that are currently playing.


语法:

audio_stop_all();


返回:

N/A(无返回值)


例如:

if !global.SFX
   {
   audio_stop_all();
   }

The above code checks the global variable "SFX" and if it returns false, it will stop all sounds that are currently playing.