Deltarune script viewer

← back to main script listing

gml_GlobalScript_mus_loop_ext

(view raw script w/o annotations or w/e)
1
function mus_loop_ext(arg0, arg1, arg2)
2
{
3
    snd_volume(arg0, arg1 * global.flag[16 music_volume], 0);
4
    snd_pitch(arg0, arg2);
5
    return mus_loop(arg0);
6
}