Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_d3d_set_fog

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