Skip to content

surf:drawLine

CrazedProgrammer edited this page Apr 23, 2017 · 2 revisions

surf:drawLine(x1, y1, x2, y2[, b, t, c])

  • x1, y1 (int)
    Start position
  • x2, y2 (int)
    End position
  • b, t, c (colour)
    Drawing colour

Draws a line from the begin to the end position.

Clone this wiki locally