Deltarune 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
}