Difference between revisions of "love.graphics.setLineWidth"

m
Line 15: Line 15:
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setLineWidth}}
 
{{i18n|love.graphics.setLineWidth}}

Revision as of 01:01, 29 March 2013

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also


Other Languages