Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_snd_free_all

(view raw script w/o annotations or w/e)
1
function snd_free_all()
2
{
3
    with (obj_astream)
4
        instance_destroy();
5
}
6
7
function sound_free_all()
8
{
9
    snd_free_all();
10
}