Difference between revisions of "love.graphics.setLineWidth"

m (See Also: Replaced link to removed function with get variant of that function)
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
* [[love.graphics.setLine]]
+
* [[love.graphics.getLineWidth]]
 
* [[love.graphics.setLineStyle]]
 
* [[love.graphics.setLineStyle]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 09:01, 31 December 2019

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also



Other Languages