Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_d3d_model_vertex_color

(view raw script w/o annotations or w/e)
1
function d3d_model_vertex_color(argument0, argument1, argument2, argument3, argument4, argument5) //gml_Script_d3d_model_vertex_color
2
{
3
    __d3d_model_add_vertex(argument0, argument1, argument2, argument3, 0, 0, 0, (argument4 + ((argument5 * 255) << 24)), 0, 0)
4
}