Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_d3d_model_vertex_colour

(view raw script w/o annotations or w/e)
1
function d3d_model_vertex_colour(arg0, arg1, arg2, arg3, arg4, arg5)
2
{
3
    __d3d_model_add_vertex(arg0, arg1, arg2, arg3, 0, 0, 0, arg4 + ((arg5 * 255) << 24), 0, 0);
4
}