Difference between revisions of "love.graphics.setLineWidth"

m (1 revision: Importing from potato (again).)
(Added link)
Line 1: Line 1:
 
 
Sets the line width.
 
Sets the line width.
 
== Function ==
 
== Function ==
Line 12: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.setLine]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}

Revision as of 10:24, 14 August 2010

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also