Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_draw_get_alpha_test
(
view raw script w/o annotations or w/e
)
1
function draw_get_alpha_test()
2
{
3
return gpu_get_alphatestenable();
4
}