Skip to content

Sdl RendererDrawLine

Tangent 128 edited this page Mar 28, 2015 · 3 revisions

Renderer:drawLine

Draw a line with the current set color.

Method

SYNOPSIS

ret, err = function Renderer:drawLine(line)

ARGUMENTS

  • line, the line (see Line)

RETURNS

  • ret, true on success or false
  • err, the error message

Clone this wiki locally