Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_barrier_container_Draw_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if surface_exists(global.attack_surface)
4
{
5
    surface_set_target(global.attack_surface)
6
    draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, image_angle, soul_color, image_alpha)
7
    surface_reset_target()
8
}