Deltarune (Chapter 5) 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
    with (obj_setup_music_loop_track)
6
        instance_destroy();
7
}
8
9
function sound_free_all()
10
{
11
    snd_free_all();
12
}