Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_snd_loop

(view raw script w/o annotations or w/e)
1
function snd_loop(arg0)
2
{
3
    return audio_play_sound(arg0, 50, 1);
4
}
5
6
function sound_loop(arg0)
7
{
8
    snd_loop(arg0);
9
}