Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_draw_set_colour_write_enable

(view raw script w/o annotations or w/e)
1
function draw_set_colour_write_enable(arg0, arg1, arg2, arg3)
2
{
3
    gpu_set_colorwriteenable(arg0, arg1, arg2, arg3);
4
}