Difference between revisions of "love.graphics.setLineWidth"

(Added link)
m (Newin template)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{newin|[[0.3.2]]|032|type=function}}
 
Sets the line width.
 
Sets the line width.
 
== Function ==
 
== Function ==
Line 11: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
* [[love.graphics.setLine]]
+
* [[love.graphics.getLineWidth]]
 +
* [[love.graphics.setLineStyle]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}
 +
{{#set:Sub-Category=State}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setLineWidth}}

Latest revision as of 09:03, 31 December 2019

Available since LÖVE 0.3.2
This function is not supported in earlier versions.

Sets the line width.

Function

Synopsis

love.graphics.setLineWidth( width )

Arguments

number width
The width of the line.

Returns

Nothing.

See Also


Other Languages