Difference between revisions of "love.graphics.setLineWidth"

(Added link)
m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setLineWidth}}

Revision as of 20:25, 18 November 2010

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also

Other Languages