Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_snd_pause

(view raw script w/o annotations or w/e)
1
function snd_pause(arg0)
2
{
3
    audio_pause_sound(arg0);
4
}
5
6
function sound_pause(arg0)
7
{
8
    snd_pause(arg0);
9
}