Difference between revisions of "love.graphics.setLineWidth"

m (See Also: Replaced link to removed function with get variant of that function)
m (Newin template)
 
Line 1: Line 1:
 +
{{newin|[[0.3.2]]|032|type=function}}
 
Sets the line width.
 
Sets the line width.
 
== Function ==
 
== Function ==
Line 15: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line width.}}
 
{{#set:Description=Sets the line width.}}
{{#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}}

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