Difference between revisions of "love.graphics.setLineWidth"

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

Revision as of 13:07, 22 March 2015

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also



Other Languages