Difference between revisions of "love.graphics.setLine"

(Added links)
m
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width and style.}}
 
{{#set:Description=Sets the line width and style.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setLine}}

Revision as of 20:25, 18 November 2010

Sets the line width and style.

Function

Synopsis

love.graphics.setLine( width, style )

Arguments

number width
The width of the line.
LineStyle style ("smooth")
The LineStyle to use.

Returns

Nothing.

See Also

Other Languages