-
Notifications
You must be signed in to change notification settings - Fork 0
Draw_line
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC {{-}} This function is part of the function set Drawing shapes
Draws a line from point x1,y1 to point x2,y2.
To change the line's color, use draw_set_color();
- List parameters with a description of each.
Document return values.
//Draws a line from point 0,0 to point 10,10.
draw_line(0,0,10,10)This is number 1