Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_safe_delete

(view raw script w/o annotations or w/e)
1
function safe_delete(arg0)
2
{
3
    if (i_ex(arg0))
4
    {
5
        with (arg0)
6
            instance_destroy();
7
    }
8
}