Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_snd_resume

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