Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_sound_stop_all
(
view raw script w/o annotations or w/e
)
1
function sound_stop_all() //gml_Script_sound_stop_all
2
{
3
audio_stop_all()
4
}