Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_explosion_CleanUp_0

(view raw script w/o annotations or w/e)
1
part_emitter_destroy_all(ps);
2
part_system_destroy(ps);
3
part_type_destroy(ptdebris);
4
part_emitter_destroy_all(bs);
5
part_system_destroy(bs);
6
part_type_destroy(btballs);
7
part_type_destroy(btballs2);
8
surface_free(ballsurface);