DrawLine({point1.x, point1.y}, {point2.x, point2.y}, {r,g,b})
-
<table>
a table with positions of the line's starting point x and y values.
-
<table>
a table with positions of the line's ending point x and y values.
-
<table>
a table with RGB values for the colour of the line.
DrawString({pos.x, pos.y}, {r,g,b}, str)
-
<table>
a table containing desired positions of the text.
-
<table>
a table with RGB values for the colour of the text.
-
<string>
string value of the text.
DrawCircle({pos.x, pos.y}, {r,g,b}, radius)
-
<table>
a table containing desired position of the circle.
-
<table>
a table with RGB values for the text colour.
-
<int>
an integer for the circle radius.
DrawBox({pos1.x, pos1.y}, {pos2.x, pos2.y}, {r,g,b})
-
<table>
a table containing the positions for top left of the box.
-
<table>
a table containing the positions for bottom right of the box.
-
<table>
a table with RGB values for the box colour.
DrawFilledBox({pos1.x, pos1.y}, {pos2.x, pos2.y}, {r,g,b})
-
<table>
a table containing the positions for top left of the box.
-
<table>
a table containing the positions for bottom right of the box.
-
<table>
a table with RGB values for the box colour.
Box3d(BoxCoords, {x,y,z}, {x,y,z}, {x,y,z}, {r,g,b})