Difference between revisions of "love.graphics.setLineWidth"

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

Revision as of 10:20, 25 March 2011

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also


Other Languages