Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_draw_sprite_ext_optional

(view raw script w/o annotations or w/e)
1
function draw_sprite_ext_optional(arg0 = sprite_index, arg1 = image_index, arg2 = x, arg3 = y, arg4 = image_xscale, arg5 = image_yscale, arg6 = image_angle, arg7 = image_blend, arg8 = image_alpha)
2
{
3
    draw_sprite_ext(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
4
}